Skip to content

Commit

Permalink
chore(version): v0.58.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Superposition Bot committed Oct 8, 2024
1 parent 4e47d08 commit f30aba0
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 4 deletions.
8 changes: 8 additions & 0 deletions 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.

- - -
## 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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions crates/context_aware_config/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.

- - -
## 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
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.39.0"
version = "0.40.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
7 changes: 7 additions & 0 deletions crates/superposition_types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4.0"
version = "0.5.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 f30aba0

Please sign in to comment.