diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ea5446..e3efb578 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. - - - +## v0.58.0 - 1970-01-01 +### Package updates +- context_aware_config bumped to context_aware_config-v0.40.0 +- superposition_types bumped to superposition_types-v0.5.0 +### Global changes + +- - - + ## v0.57.0 - 2024-09-30 ### Package updates - cac_client bumped to cac_client-v0.14.3 diff --git a/Cargo.lock b/Cargo.lock index 85ed2bfe..fee9a01e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1226,7 +1226,7 @@ checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" [[package]] name = "context_aware_config" -version = "0.39.0" +version = "0.40.0" dependencies = [ "actix-http", "actix-web", @@ -3851,7 +3851,7 @@ version = "0.1.1" [[package]] name = "superposition_types" -version = "0.4.0" +version = "0.5.0" dependencies = [ "actix-web", "anyhow", diff --git a/crates/context_aware_config/CHANGELOG.md b/crates/context_aware_config/CHANGELOG.md index 8b43c28a..b051f1b9 100644 --- a/crates/context_aware_config/CHANGELOG.md +++ b/crates/context_aware_config/CHANGELOG.md @@ -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. - - - +## context_aware_config-v0.40.0 - 2024-10-08 +#### Bug Fixes +- add prefix filter in resolve endpoint (#259) - (4e47d08) - Ankit Kumar Mahato +#### Features +- get config-versions api (#248) - (260392c) - Ankit Kumar Mahato + +- - - + ## context_aware_config-v0.39.0 - 2024-09-30 #### Bug Fixes - Dependency pruning (#250) - (8b68900) - Ayush Jain diff --git a/crates/context_aware_config/Cargo.toml b/crates/context_aware_config/Cargo.toml index aacc27b3..f82d3aec 100644 --- a/crates/context_aware_config/Cargo.toml +++ b/crates/context_aware_config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "context_aware_config" -version = "0.39.0" +version = "0.40.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/superposition_types/CHANGELOG.md b/crates/superposition_types/CHANGELOG.md index 55b88cef..e42e8c25 100644 --- a/crates/superposition_types/CHANGELOG.md +++ b/crates/superposition_types/CHANGELOG.md @@ -2,6 +2,13 @@ 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.5.0 - 2024-10-08 +#### Features +- custom query-param extractor for platform queries (#242) - (3031e48) - Shubhranshu Sanjeev +- get config-versions api (#248) - (260392c) - Ankit Kumar Mahato + +- - - + ## superposition_types-v0.4.0 - 2024-09-30 #### Bug Fixes - Dependency pruning (#250) - (8b68900) - Ayush Jain diff --git a/crates/superposition_types/Cargo.toml b/crates/superposition_types/Cargo.toml index 6c9a7b33..5a706aee 100644 --- a/crates/superposition_types/Cargo.toml +++ b/crates/superposition_types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "superposition_types" -version = "0.4.0" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html