From 6e6f4b000cdf7830635674cb89a6e823f5025784 Mon Sep 17 00:00:00 2001 From: Martin Lundberg Date: Sun, 21 Jul 2024 15:26:34 +0200 Subject: [PATCH] Version 2.0.1 --- CHANGELOG.md | 7 +++++-- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3266e..705ae68 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 +## [Unreleased] + +## [2.0.1] - 2024-07-21 ### Fixed @@ -118,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation -[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/m-lundberg/simple-pid/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/m-lundberg/simple-pid/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/m-lundberg/simple-pid/compare/v1.0.1...v2.0.0 [1.0.1]: https://github.com/m-lundberg/simple-pid/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/m-lundberg/simple-pid/compare/v0.2.4...v1.0.0 diff --git a/pyproject.toml b/pyproject.toml index fa559f3..0491787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "simple-pid" -version = "2.0.0" +version = "2.0.1" authors = [ { name="Martin Lundberg" }, ]