Skip to content

Commit

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

chore(main): release 4.2.2
  • Loading branch information
cailloumajor authored Mar 30, 2023
2 parents a332dfa + dd734e5 commit f4ec9ca
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

## [4.2.2](https://github.com/cailloumajor/opcua-proxy/compare/v4.2.1...v4.2.2) (2023-03-30)


### Bug Fixes

* **deps:** update rust crate clap to 4.2.0 ([04d6859](https://github.com/cailloumajor/opcua-proxy/commit/04d6859922ee99570a1e5f78e1bf173bf404a53a))
* **deps:** update rust crate clap to 4.2.1 ([1024e12](https://github.com/cailloumajor/opcua-proxy/commit/1024e12f80bd640119d6904b0eae525c216b7796))
* **deps:** update rust crate serde to 1.0.159 ([eecb169](https://github.com/cailloumajor/opcua-proxy/commit/eecb16948cde3adf27a9e4c4b1a3819aee37d984))
* **deps:** update rust crate tokio to 1.27.0 ([52fe602](https://github.com/cailloumajor/opcua-proxy/commit/52fe602d3b0c5a34535392054f668f8f36db93da))
* **deps:** update rust crate trillium-client to 0.3.1 ([0c1a201](https://github.com/cailloumajor/opcua-proxy/commit/0c1a201a7c41b1b41d81ba4cd05b04e61e807965))
* **deps:** update rust docker tag to v1.68.2 ([15c5c70](https://github.com/cailloumajor/opcua-proxy/commit/15c5c70ec55236bbcdd52c99372b0f2c53a35e16))

## [4.2.1](https://github.com/cailloumajor/opcua-proxy/compare/v4.2.0...v4.2.1) (2023-03-27)


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,7 +1,7 @@
[package]
name = "opcua-proxy"
description = "OPC-UA proxy"
version = "4.2.1"
version = "4.2.2"
edition = "2021"

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

0 comments on commit f4ec9ca

Please sign in to comment.