Skip to content

Commit

Permalink
chore(version): v0.60.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Superposition Bot committed Oct 23, 2024
1 parent 12743af commit ab126a5
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 14 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.60.0 - 2024-10-23
### Package updates
- context_aware_config bumped to context_aware_config-v0.41.0
- experimentation_client bumped to experimentation_client-v0.9.0
- service_utils bumped to service_utils-v0.23.0
- cac_client bumped to cac_client-v0.15.0
- frontend bumped to frontend-v0.17.0
- experimentation_platform bumped to experimentation_platform-v0.21.0
- superposition_types bumped to superposition_types-v0.6.0
### Global changes
#### Bug Fixes
- locust files - (2a1e4fe) - Kartik
#### Features
- add high performance mode with redis - (adc2712) - Kartik
- Search contexts by dimension values (#264) - (12743af) - Ayush Jain
#### Miscellaneous Chores
- **(deps)** bump cryptography from 41.0.7 to 43.0.1 in /locust - (6146647) - dependabot[bot]
- **(deps)** bump urllib3 from 1.26.18 to 1.26.19 in /locust - (24e9a9e) - dependabot[bot]

- - -

## v0.59.0 - 2024-10-17
### Package updates
- frontend bumped to frontend-v0.16.0
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

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

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

- - -
## cac_client-v0.15.0 - 2024-10-23
#### Features
- Search contexts by dimension values (#264) - (12743af) - Ayush Jain

- - -

## cac_client-v0.14.3 - 2024-09-30
#### Bug Fixes
- Dependency pruning (#250) - (8b68900) - Ayush Jain
Expand Down
2 changes: 1 addition & 1 deletion crates/cac_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cac_client"
version = "0.14.3"
version = "0.15.0"
edition = "2021"
build = "build.rs"

Expand Down
9 changes: 9 additions & 0 deletions crates/context_aware_config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
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.41.0 - 2024-10-23
#### Bug Fixes
- locust files - (2a1e4fe) - Kartik
#### Features
- Search contexts by dimension values (#264) - (12743af) - Ayush Jain
- add high performance mode with redis - (adc2712) - Kartik

- - -

## context_aware_config-v0.40.0 - 2024-10-08
#### Bug Fixes
- add prefix filter in resolve endpoint (#259) - (4e47d08) - Ankit Kumar Mahato
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.40.0"
version = "0.41.0"
edition = "2021"

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

- - -
## experimentation_client-v0.9.0 - 2024-10-23
#### Features
- Search contexts by dimension values (#264) - (12743af) - Ayush Jain

- - -

## experimentation_client-v0.8.2 - 2024-09-30
#### Bug Fixes
- Dependency pruning (#250) - (8b68900) - Ayush Jain
Expand Down
2 changes: 1 addition & 1 deletion crates/experimentation_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "experimentation_client"
version = "0.8.2"
version = "0.9.0"
edition = "2021"

[dependencies]
Expand Down
6 changes: 6 additions & 0 deletions crates/experimentation_platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
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.21.0 - 2024-10-23
#### Features
- Search contexts by dimension values (#264) - (12743af) - Ayush Jain

- - -

## experimentation_platform-v0.20.0 - 2024-10-17
#### Features
- use concrete Variant type in db model (#241) - (8ca8135) - Ayush Jain
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.20.0"
version = "0.21.0"
edition = "2021"

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

- - -
## frontend-v0.17.0 - 2024-10-23
#### Bug Fixes
- added base for single config version page - (160070a) - Saurav Suman
#### Features
- Search contexts by dimension values (#264) - (12743af) - Ayush Jain
- add high performance mode with redis - (adc2712) - Kartik

- - -

## frontend-v0.16.0 - 2024-10-17
#### Bug Fixes
- using HtmlDisplay trait to show json in html (#245) - (2860245) - Shubhranshu Sanjeev
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.16.0"
version = "0.17.0"
edition = "2021"

[lib]
Expand Down
6 changes: 6 additions & 0 deletions crates/service_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
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.23.0 - 2024-10-23
#### Features
- add high performance mode with redis - (adc2712) - Kartik

- - -

## service_utils-v0.22.0 - 2024-09-30
#### Bug Fixes
- Dependency pruning (#250) - (8b68900) - Ayush Jain
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.22.0"
version = "0.23.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 6 additions & 0 deletions crates/superposition_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
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.6.0 - 2024-10-23
#### Features
- Search contexts by dimension values (#264) - (12743af) - Ayush Jain

- - -

## superposition_types-v0.5.0 - 2024-10-08
#### Features
- custom query-param extractor for platform queries (#242) - (3031e48) - Shubhranshu Sanjeev
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.5.0"
version = "0.6.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 ab126a5

Please sign in to comment.