Skip to content

Commit

Permalink
Merge pull request #237 from cailloumajor/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--config-api

chore(main): release 2.3.0
  • Loading branch information
cailloumajor committed Sep 28, 2023
2 parents b67f47a + b86a0bc commit 76cf7c5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.3.0](https://github.com/cailloumajor/config-api/compare/v2.2.13...v2.3.0) (2023-09-28)


### Features

* implement configuration patching ([df3bcb2](https://github.com/cailloumajor/config-api/commit/df3bcb20d66ecb37c35b63e47899fa509218faf8))


### Bug Fixes

* **deps:** update rust crate clap to 4.4.5 ([c179d01](https://github.com/cailloumajor/config-api/commit/c179d01c9eeabb2999c3516f685065a9ec27adba))
* **deps:** update rust crate mongodb to 2.7.0 ([f62e745](https://github.com/cailloumajor/config-api/commit/f62e74505cc7fa2a1751a0d8445c9e0fb6eb7ceb))
* implement DRY roundtrip channel ([d35c427](https://github.com/cailloumajor/config-api/commit/d35c427319495761255cb53a995a1753887a8314))
* remove nested `Arc`s ([b6803c6](https://github.com/cailloumajor/config-api/commit/b6803c6c97f81ea141cf781ac4d9d5b873f17a89))
* remove useless `ArcStr`s ([e99286a](https://github.com/cailloumajor/config-api/commit/e99286a028dd4a3e70455ce8c4156f30f2b1c12c))

## [2.2.13](https://github.com/cailloumajor/config-api/compare/v2.2.12...v2.2.13) (2023-09-20)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "config-api"
version = "2.2.13"
version = "2.3.0"
description = "Configuration data HTTP API."
authors = [ "Arnaud Rocher <[email protected]>" ]
edition = "2021"
Expand Down

0 comments on commit 76cf7c5

Please sign in to comment.