Skip to content

Commit

Permalink
Merge pull request #182 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.9
  • Loading branch information
cailloumajor authored Sep 13, 2023
2 parents 144ae2a + fec87da commit 9b3360e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.9](https://github.com/cailloumajor/mongodb-influxdb/compare/v3.0.8...v3.0.9) (2023-09-13)


### Bug Fixes

* **deps:** update rust crate clap to 4.4.3 ([202ba13](https://github.com/cailloumajor/mongodb-influxdb/commit/202ba13b2a1dccf4c9bd38ec0cd4787c5ca979e2))
* implement roundtrip channel ([0193e7d](https://github.com/cailloumajor/mongodb-influxdb/commit/0193e7d7ccc6b8ce176865f0bed911fe4e9d1ae8))
* remove nested `Arc`s ([73070ae](https://github.com/cailloumajor/mongodb-influxdb/commit/73070ae7eea0fe25333b80add008851638b74df0))
* tolerate data point create error ([cab30b1](https://github.com/cailloumajor/mongodb-influxdb/commit/cab30b1d789b574654f0f72f54ffbc46c639810a))
* use CancellationToken ([4020dc5](https://github.com/cailloumajor/mongodb-influxdb/commit/4020dc5f1ca5a2e43c92977fdec6364c1a75753c))

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


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.8"
version = "3.0.9"
edition = "2021"

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

0 comments on commit 9b3360e

Please sign in to comment.