Skip to content

Commit cbb8d13

Browse files
authored
Merge pull request #201 from cailloumajor/release-please--branches--main--components--opcua-proxy
chore(main): release 4.1.3
2 parents 8e55788 + f773c13 commit cbb8d13

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## [4.1.3](https://github.com/cailloumajor/opcua-proxy/compare/v4.1.2...v4.1.3) (2023-03-02)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update rust crate clap to 4.1.7 ([2e5a352](https://github.com/cailloumajor/opcua-proxy/commit/2e5a352e3f9d7dde25995449fa031597b484e674))
9+
* **deps:** update rust crate clap to 4.1.8 ([2fb351c](https://github.com/cailloumajor/opcua-proxy/commit/2fb351cea0e1a3f78010cd8222e8839ec3de39e4))
10+
* **deps:** update rust crate mongodb to 2.4.0 ([cb5487a](https://github.com/cailloumajor/opcua-proxy/commit/cb5487ac87fd3037b4a9351ae9739fceb046d83e))
11+
* **deps:** update rust crate tokio to 1.26.0 ([ed6b385](https://github.com/cailloumajor/opcua-proxy/commit/ed6b385464aa1225c00fb4d950dfc7cb1011ee48))
12+
* use clone wherever to_owned is not needed ([f56e39d](https://github.com/cailloumajor/opcua-proxy/commit/f56e39d60d4ea92ac1cfb40e0d384942540e6bba))
13+
314
## [4.1.2](https://github.com/cailloumajor/opcua-proxy/compare/v4.1.1...v4.1.2) (2023-02-24)
415

516

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 = "4.1.2"
4+
version = "4.1.3"
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)