Skip to content

Commit

Permalink
Merge pull request #219 from cailloumajor/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--centrifugo-change-stream

chore(main): release 4.0.4
  • Loading branch information
cailloumajor authored Aug 25, 2023
2 parents 99f92fe + 9585ba9 commit fd654a5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [4.0.4](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.3...v4.0.4) (2023-08-25)


### Bug Fixes

* **deps:** update rust crate clap to 4.4.0 ([7a70709](https://github.com/cailloumajor/centrifugo-change-stream/commit/7a70709db8663d5c7b1573a7b809cc50cfd390da))
* **deps:** update rust crate reqwest to 0.11.19 ([328150e](https://github.com/cailloumajor/centrifugo-change-stream/commit/328150e12a74e32b601b20329c2f596f7f1a02b2))
* **deps:** update rust crate reqwest to 0.11.20 ([e13904d](https://github.com/cailloumajor/centrifugo-change-stream/commit/e13904dae16decb936d1b5202fed30a74f68da74))
* **deps:** update rust crate serde to 1.0.186 ([66aedc5](https://github.com/cailloumajor/centrifugo-change-stream/commit/66aedc5b988eab97fc75609b7627bcecc48dd468))
* **deps:** update rust docker tag to v1.72.0 ([38e0683](https://github.com/cailloumajor/centrifugo-change-stream/commit/38e06837047cb3be9ecb4e266b7c4895ac54fcef))

## [4.0.3](https://github.com/cailloumajor/centrifugo-change-stream/compare/v4.0.2...v4.0.3) (2023-08-21)


Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "centrifugo-change-stream"
version = "4.0.3"
version = "4.0.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,7 +11,7 @@ arcstr = { version = "1.1.5", default-features = false }
clap-verbosity-flag = "2.0.1"
futures-util = "0.3.28"
mongodb = "2.6.1"
serde = { version = "1.0.186", features = [ "derive" ] }
serde = { version = "1.0.185", features = [ "derive" ] }
serde_json = "1.0.105"
signal-hook = { version = "0.3.17", default-features = false }
signal-hook-tokio = { version = "0.3.1", features = [ "futures-v0_3" ] }
Expand Down

0 comments on commit fd654a5

Please sign in to comment.