From 462b3e11d24c8dfb97e35b16e2be8dfc78398318 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 09:43:33 +0000 Subject: [PATCH] chore(main): release 3.1.0 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaff5960..270c56a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.1.0](https://github.com/cailloumajor/opcua-proxy/compare/v3.0.7...v3.1.0) (2023-01-10) + + +### Features + +* add source timestamps ([473123a](https://github.com/cailloumajor/opcua-proxy/commit/473123accda141e506c64a59e3b4af32469ef03a)) + + +### Bug Fixes + +* leverage Docker build caching ([b5cbf2c](https://github.com/cailloumajor/opcua-proxy/commit/b5cbf2c20b73fa951b92fbd81d4e2220ed67dd3d)) + ## [3.0.7](https://github.com/cailloumajor/opcua-proxy/compare/v3.0.6...v3.0.7) (2023-01-06) diff --git a/Cargo.lock b/Cargo.lock index 2ac0ba04..1686f661 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,7 +950,7 @@ dependencies = [ [[package]] name = "opcua-proxy" -version = "3.0.7" +version = "3.1.0" dependencies = [ "actix", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 84e641e6..b0b42410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opcua-proxy" description = "OPC-UA proxy" -version = "3.0.7" +version = "3.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html