Skip to content

Commit ce0c5a2

Browse files
authored
Merge pull request #127 from cailloumajor/release-please--branches--main--components--opcua-proxy
chore(main): release 3.0.1
2 parents ab385e4 + a0208ad commit ce0c5a2

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/cailloumajor/opcua-proxy/compare/v3.0.0...v3.0.1) (2022-10-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update rust crate clap to 4.0.18 ([b5eb656](https://github.com/cailloumajor/opcua-proxy/commit/b5eb6562b23ab51517ba28d475325f376e6e9c33))
9+
* **deps:** update rust crate futures-util to 0.3.25 ([abb0088](https://github.com/cailloumajor/opcua-proxy/commit/abb0088ce5d4442cd7e4ff7c3b7f11c2c8d838e9))
10+
* **deps:** update rust crate mongodb to 2.3.1 ([9e252d3](https://github.com/cailloumajor/opcua-proxy/commit/9e252d32b817e948c80daf52d1fd6978c508b4da))
11+
* **deps:** update rust crate serde to 1.0.146 ([d571f6f](https://github.com/cailloumajor/opcua-proxy/commit/d571f6f6c77f6acd4cc7ec946041a48bea4e2b52))
12+
* **deps:** update rust crate serde_json to 1.0.87 ([08a3efb](https://github.com/cailloumajor/opcua-proxy/commit/08a3efb50a05003a3d578587257dfcb9dae95414))
13+
* **deps:** update rust crate tracing to 0.1.37 ([0485907](https://github.com/cailloumajor/opcua-proxy/commit/0485907da1054d3c0729456af2c4255df77a9b78))
14+
* **deps:** update rust crate tracing-subscriber to 0.3.16 ([2b66e03](https://github.com/cailloumajor/opcua-proxy/commit/2b66e0315bea6a90d1917a2a67cb7d8cd1c5ca9c))
15+
* **deps:** update rust docker tag to v1.64.0 ([028789c](https://github.com/cailloumajor/opcua-proxy/commit/028789c7e973d55eef432f8ab448b18f2c8a831a))
16+
317
## [3.0.0](https://github.com/cailloumajor/opcua-proxy/compare/v2.1.4...v3.0.0) (2022-10-21)
418

519

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "opcua-proxy"
33
description = "OPC-UA proxy"
4-
version = "3.0.0"
4+
version = "3.0.1"
55
edition = "2021"
66

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

0 commit comments

Comments
 (0)