Skip to content

Commit

Permalink
chore(version): v0.49.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Superposition Bot committed Jun 20, 2024
1 parent 46881c0 commit 45bb30f
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## v0.49.0 - 2024-06-20
### Package updates
- service_utils bumped to service_utils-v0.18.0
- experimentation_platform bumped to experimentation_platform-v0.17.0
- context_aware_config bumped to context_aware_config-v0.34.0
- frontend bumped to frontend-v0.11.1
### Global changes
#### Bug Fixes
- updated instruction for local setup in mac OS (#76) - (95205ae) - Subhash Chandra
#### Features
- add config version header in api response (#87) - (213a21e) - PRATIK MISHRA

- - -

## v0.48.0 - 2024-06-11
### Package updates
- experimentation_platform bumped to experimentation_platform-v0.16.0
Expand Down
8 changes: 4 additions & 4 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/context_aware_config/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.

- - -
## context_aware_config-v0.34.0 - 2024-06-20
#### Features
- add config version header in api response (#87) - (213a21e) - PRATIK MISHRA

- - -

## context_aware_config-v0.33.0 - 2024-06-11
#### Bug Fixes
- unify actions column for default_config and custom_types - (bdcc902) - Kartik
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.33.0"
version = "0.34.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_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.17.0 - 2024-06-20
#### Features
- add config version header in api response (#87) - (213a21e) - PRATIK MISHRA

- - -

## experimentation_platform-v0.16.0 - 2024-06-11
#### Bug Fixes
- add patch_file in diesel.toml - (5ec9835) - Pratik Mishra
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.16.0"
version = "0.17.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/frontend/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.

- - -
## frontend-v0.11.1 - 2024-06-20
#### Bug Fixes
- reset experiment form after closing drawer (#125) - (5b091a9) - Shubhranshu Sanjeev
- display order of override keys - (1745d63) - Shubhranshu Sanjeev

- - -

## frontend-v0.11.0 - 2024-06-11
#### Bug Fixes
- unify actions column for default_config and custom_types - (bdcc902) - Kartik
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.11.0"
version = "0.11.1"
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.18.0 - 2024-06-20
#### Features
- add config version header in api response (#87) - (213a21e) - PRATIK MISHRA

- - -

## service_utils-v0.17.0 - 2024-06-11
#### Features
- snapshot changes - apis - (69588f6) - Pratik Mishra
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.17.0"
version = "0.18.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 45bb30f

Please sign in to comment.