Skip to content

Commit

Permalink
Merge pull request #273 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.4.3
  • Loading branch information
cailloumajor committed May 24, 2024
2 parents 9def865 + bf40aec commit 2aec34f
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.4.3](https://github.com/cailloumajor/config-api/compare/v2.4.2...v2.4.3) (2024-05-24)


### Bug Fixes

* **deps:** update rust crate anyhow to v1.0.86 ([e5c35c6](https://github.com/cailloumajor/config-api/commit/e5c35c65aa9064669b74616f21dcd18dd289e748))
* **deps:** update rust crate clap to v4.5.4 ([527eca1](https://github.com/cailloumajor/config-api/commit/527eca1e4066a8b989f9b13446bda8f3b86230f5))
* **deps:** update rust crate clap-verbosity-flag to v2.2.0 ([e6d751f](https://github.com/cailloumajor/config-api/commit/e6d751f72a60d3747d8a50d69584c9464edf47fe))
* **deps:** update rust crate futures-util to v0.3.30 ([0433068](https://github.com/cailloumajor/config-api/commit/0433068c91376fafdf9d5f4dfe5d1f532c37a09c))
* **deps:** update rust crate mongodb to v2.8.2 ([2a861f7](https://github.com/cailloumajor/config-api/commit/2a861f7735ab32d7dd7bfb90bc964246001ec5d6))
* **deps:** update rust crate tokio to v1.37.0 ([407269d](https://github.com/cailloumajor/config-api/commit/407269dc5df51fb6cedba776db73c68156753f41))
* **deps:** update rust docker tag to v1.78.0 ([135731d](https://github.com/cailloumajor/config-api/commit/135731d2e1f1bbea0ea6d55cc75d1cb65e0f51d4))
* **deps:** update tokio-tracing monorepo ([c59428c](https://github.com/cailloumajor/config-api/commit/c59428c86f0d1050d1d85e0da0dc7703567c0172))
* **deps:** update tonistiigi/xx docker tag to v1.4.0 ([6811029](https://github.com/cailloumajor/config-api/commit/6811029fd938292cba0d3c5a87a4a56394e2508f))
* **deps:** upgrade axum and reqwest ([f10aedf](https://github.com/cailloumajor/config-api/commit/f10aedf6dfba3292202f7a7eaedc1a23c85f1342))

## [2.4.2](https://github.com/cailloumajor/config-api/compare/v2.4.1...v2.4.2) (2023-10-19)


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.4.2"
version = "2.4.3"
description = "Configuration data HTTP API."
authors = [ "Arnaud Rocher <[email protected]>" ]
edition = "2021"
Expand Down

0 comments on commit 2aec34f

Please sign in to comment.