diff --git a/CHANGELOG.md b/CHANGELOG.md index 75162c7..9182523 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.6.3] - 2024-10-14 ### Changed @@ -282,6 +282,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - First public release. +[0.6.3]: https://github.com/HMIProject/open62541/compare/v0.6.2...v0.6.3 [0.6.2]: https://github.com/HMIProject/open62541/compare/v0.6.1...v0.6.2 [0.6.1]: https://github.com/HMIProject/open62541/compare/v0.6.0...v0.6.1 [0.6.0]: https://github.com/HMIProject/open62541/compare/v0.5.0...v0.6.0 diff --git a/Cargo.lock b/Cargo.lock index f6f3244..ec77f6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -492,7 +492,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "open62541" -version = "0.6.2" +version = "0.6.3" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 9cb78e9..22d07ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open62541" -version = "0.6.2" +version = "0.6.3" authors = ["HMI Project"] edition = "2021" # Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.77 since