From 20cc3e505f0d80e37eed2ba6b41fe2cee663fd51 Mon Sep 17 00:00:00 2001 From: Chris Elsworth Date: Thu, 20 Apr 2023 10:12:17 +0100 Subject: [PATCH] Release v0.10 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79a61af..2d8122a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.10.0 - Unreleased +# 0.10.0 - 20th April 2023 * Fix crash in scheduler during DST transition times (#107) * Add read individual input command and optional publishing of individual input registers (#111) diff --git a/Cargo.toml b/Cargo.toml index a968f2a..64c5b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lxp-bridge" -version = "0.10.0-dev" +version = "0.10.0" authors = ["Chris Elsworth "] edition = "2021" repository = "https://github.com/celsworth/lxp-bridge"