From ad265ccb2d85a383aff98c2ac8e1cea2d5f08b4b Mon Sep 17 00:00:00 2001 From: Sebastian Goll Date: Sat, 23 Nov 2024 13:58:20 +0100 Subject: [PATCH] v0.6.4 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 409748e..9599d01 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.4] - 2024-11-23 ### Added @@ -304,6 +304,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - First public release. +[0.6.4]: https://github.com/HMIProject/open62541/compare/v0.6.3...v0.6.4 [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 diff --git a/Cargo.lock b/Cargo.lock index 60f606e..401740f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -452,7 +452,7 @@ dependencies = [ [[package]] name = "open62541" -version = "0.6.3" +version = "0.6.4" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index ee8dec8..3d659bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open62541" -version = "0.6.3" +version = "0.6.4" authors = ["HMI Project"] edition = "2021" # Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.77 since