Skip to content

Commit

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

chore(main): release 3.0.8
  • Loading branch information
cailloumajor authored Sep 4, 2023
2 parents b65d8ec + f605c2c commit 79bdb92
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.8](https://github.com/cailloumajor/mongodb-influxdb/compare/v3.0.7...v3.0.8) (2023-09-02)


### Bug Fixes

* **deps:** update rust crate aho-corasick to 1.0.5 ([9690d49](https://github.com/cailloumajor/mongodb-influxdb/commit/9690d496b8996ce4fe2d8aadb588944e193a6a52))
* **deps:** update rust crate clap to 4.4.1 ([845a4c2](https://github.com/cailloumajor/mongodb-influxdb/commit/845a4c219873870a1063176494b0b241bdfb303d))
* **deps:** update rust crate clap to 4.4.2 ([14560d7](https://github.com/cailloumajor/mongodb-influxdb/commit/14560d761da0a4d7646e5707603da31af124e10e))
* **deps:** update rust crate serde to 1.0.188 ([d043571](https://github.com/cailloumajor/mongodb-influxdb/commit/d04357147748c18c23d95563200485b53da4d783))
* **deps:** update rust crate url to 2.4.1 ([a828322](https://github.com/cailloumajor/mongodb-influxdb/commit/a828322f101b999c03f5ac0631fc2a4bdb6eda8d))
* replace lazy_static with std::sync::OnceLock ([baeeb87](https://github.com/cailloumajor/mongodb-influxdb/commit/baeeb878f284e30a1643566820f978edaa95b2da))

## [3.0.7](https://github.com/cailloumajor/mongodb-influxdb/compare/v3.0.6...v3.0.7) (2023-08-25)


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 = "mongodb-influxdb"
version = "3.0.7"
version = "3.0.8"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 79bdb92

Please sign in to comment.