From aa102f1538f0d524fc1de1f7dbf8af0e697b8fe8 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 03:54:59 +0000 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd79db..8738b16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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] + +## [1.0.0] - 2024-12-14 ### Removed - Removed `desired` from `BarrierState` since it's useless @@ -91,7 +93,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Initial release! -[Unreleased]: https://github.com/IceBotYT/nice-go/compare/0.3.10...master +[Unreleased]: https://github.com/IceBotYT/nice-go/compare/1.0.0...master +[1.0.0]: https://github.com/IceBotYT/nice-go/compare/0.3.10...1.0.0 [0.3.10]: https://github.com/IceBotYT/nice-go/compare/0.3.9...0.3.10 [0.3.9]: https://github.com/IceBotYT/nice-go/compare/0.3.8...0.3.9 [0.3.8]: https://github.com/IceBotYT/nice-go/compare/0.3.7...0.3.8 diff --git a/pyproject.toml b/pyproject.toml index 2011356..757a578 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nice-go" -version = "0.3.10" +version = "1.0.0" description = "Control various Nice access control products" authors = [ "IceBotYT <34712694+IceBotYT@users.noreply.github.com>",