Skip to content

Commit

Permalink
chore(version): v0.64.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Superposition Bot committed Jan 6, 2025
1 parent 09ebc29 commit 7b3aec9
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 10 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.64.0 - 2025-01-06
### Package updates
- context_aware_config bumped to context_aware_config-v0.45.0
- superposition_types bumped to superposition_types-v0.10.0
- frontend bumped to frontend-v0.19.0
- service_utils bumped to service_utils-v0.25.0
- experimentation_platform bumped to experimentation_platform-v0.24.0
### Global changes
#### Bug Fixes
- webhook kms decrypt auth key (#332) - (09ebc29) - Ankit Kumar Mahato
#### Features
- position migration update for demo up (#300) - (d2f56db) - PRATIK MISHRA
- search and sort experiments - (95b87c5) - Datron
- Replace priority with position (#299) - (61e052a) - PRATIK MISHRA

- - -

## v0.63.0 - 2024-12-04
### Package updates
- experimentation_platform bumped to experimentation_platform-v0.23.1
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions crates/context_aware_config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## context_aware_config-v0.45.0 - 2025-01-06
#### Bug Fixes
- add unique position contraint as deferred (#330) - (2f507df) - PRATIK MISHRA
#### Features
- Replace priority with position (#299) - (61e052a) - PRATIK MISHRA
- Use dimension[] for dimension params in context/list (#303) - (0eb9086) - Ayush Jain
- search and sort experiments - (95b87c5) - Datron
#### Miscellaneous Chores
- **(deps)** bump cross-spawn in /crates/context_aware_config - (ec36576) - dependabot[bot]

- - -

## context_aware_config-v0.44.0 - 2024-12-04
#### Features
- priority recompute restructure (#279) - (849063d) - PRATIK MISHRA
Expand Down
2 changes: 1 addition & 1 deletion crates/context_aware_config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "context_aware_config"
version = "0.44.0"
version = "0.45.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
10 changes: 10 additions & 0 deletions crates/experimentation_platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## experimentation_platform-v0.24.0 - 2025-01-06
#### Bug Fixes
- webhook kms decrypt auth key (#332) - (09ebc29) - Ankit Kumar Mahato
- webhook payload (#302) - (90beb70) - Ankit Kumar Mahato
#### Features
- Replace priority with position (#299) - (61e052a) - PRATIK MISHRA
- search and sort experiments - (95b87c5) - Datron

- - -

## experimentation_platform-v0.23.1 - 2024-12-04
#### Bug Fixes
- disregarding experiments last-modified filter in case of (#295) - (516a2c1) - Shubhranshu Sanjeev
Expand Down
2 changes: 1 addition & 1 deletion crates/experimentation_platform/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "experimentation_platform"
version = "0.23.1"
version = "0.24.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
11 changes: 11 additions & 0 deletions crates/frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## frontend-v0.19.0 - 2025-01-06
#### Bug Fixes
- Experiment create config list (#324) - (28e3b7c) - Ayush Jain
#### Features
- Replace priority with position (#299) - (61e052a) - PRATIK MISHRA
- search and sort experiments - (95b87c5) - Datron
#### Refactoring
- make default config page's code more clean and use the Input component (#278) - (5b8410e) - Datron

- - -

## frontend-v0.18.1 - 2024-11-22
#### Bug Fixes
- mandatory dimension UI - (eee9165) - Ankit Mahato
Expand Down
2 changes: 1 addition & 1 deletion crates/frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frontend"
version = "0.18.1"
version = "0.19.0"
edition = "2021"

[lib]
Expand Down
8 changes: 8 additions & 0 deletions crates/service_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## service_utils-v0.25.0 - 2025-01-06
#### Bug Fixes
- webhook kms decrypt auth key (#332) - (09ebc29) - Ankit Kumar Mahato
#### Features
- search and sort experiments - (95b87c5) - Datron

- - -

## service_utils-v0.24.2 - 2024-12-04
#### Bug Fixes
- webhook optional field (#296) - (fe0171f) - Ankit Kumar Mahato
Expand Down
2 changes: 1 addition & 1 deletion crates/service_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "service_utils"
version = "0.24.2"
version = "0.25.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
8 changes: 8 additions & 0 deletions crates/superposition_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## superposition_types-v0.10.0 - 2025-01-06
#### Features
- Replace priority with position (#299) - (61e052a) - PRATIK MISHRA
- Use dimension[] for dimension params in context/list (#303) - (0eb9086) - Ayush Jain
- search and sort experiments - (95b87c5) - Datron

- - -

## superposition_types-v0.9.0 - 2024-12-04
#### Bug Fixes
- webhook optional field (#296) - (fe0171f) - Ankit Kumar Mahato
Expand Down
2 changes: 1 addition & 1 deletion crates/superposition_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "superposition_types"
version = "0.9.0"
version = "0.10.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 7b3aec9

Please sign in to comment.