Skip to content

Commit 231916f

Browse files
chore(main): release 6.0.0
1 parent 4c987f3 commit 231916f

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

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

3+
## [6.0.0](https://github.com/cailloumajor/opcua-proxy/compare/v5.3.3...v6.0.0) (2023-10-13)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* implement multi-session management
9+
10+
### Features
11+
12+
* implement multi-session management ([e499d47](https://github.com/cailloumajor/opcua-proxy/commit/e499d4702760c23d6a219bb624fd59853e492a1f))
13+
14+
15+
### Bug Fixes
16+
17+
* **deps:** update rust crate reqwest to 0.11.21 ([098a053](https://github.com/cailloumajor/opcua-proxy/commit/098a0539c42b3df467d10fa569bffa7934e181be))
18+
* **deps:** update rust crate reqwest to 0.11.22 ([38d1978](https://github.com/cailloumajor/opcua-proxy/commit/38d1978a0d1da0e9929d09c240fe110ec3818a51))
19+
* **deps:** update rust crate serde to 1.0.189 ([3d1f799](https://github.com/cailloumajor/opcua-proxy/commit/3d1f7992c6a57da86178007520ad51bdc1e7c5b9))
20+
* **deps:** update rust crate tokio to 1.33.0 ([8fa4264](https://github.com/cailloumajor/opcua-proxy/commit/8fa426444aff72ba97fc7fc6fffdf03ddd7b4dbf))
21+
* **deps:** update rust docker tag to v1.73.0 ([59acd9f](https://github.com/cailloumajor/opcua-proxy/commit/59acd9f6d61494e5a19ddcaab523b8ceb94477c8))
22+
323
## [5.3.3](https://github.com/cailloumajor/opcua-proxy/compare/v5.3.2...v5.3.3) (2023-10-02)
424

525

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 = "5.3.3"
4+
version = "6.0.0"
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)