From b291d24dc6607b3dd03a7e86d81363c5e64b4af2 Mon Sep 17 00:00:00 2001 From: Sebastian Goll Date: Fri, 1 Mar 2024 17:06:49 +0100 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed62d67..e3a2c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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.5.0] - 2024-03-01 + +[0.5.0]: https://github.com/HMIProject/open62541/compare/v0.4.0...v0.5.0 ### Added diff --git a/Cargo.lock b/Cargo.lock index 0b70ab7..c575564 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -476,7 +476,7 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "open62541" -version = "0.4.0" +version = "0.5.0" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 822ff84..36bb562 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open62541" -version = "0.4.0" +version = "0.5.0" authors = ["HMI Project"] edition = "2021" # Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.76 since