From dbd18504ff8a9bf383fcd54bcd72d8dc9bcdc10f Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Mon, 19 Aug 2024 15:52:56 +0200 Subject: [PATCH] repo: update changelog for release --- CHANGELOG.md | 20 ++++++++++++++++++++ host/pyproject.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f43022b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + + +## [v2024.0.2] - 2024-08-19 +### Added +* Windows support for Cynthion. + + +[Unreleased]: https://github.com/greatscottgadgets/libgreat/compare/v2024.0.2...HEAD +[v2024.0.2]: https://github.com/greatscottgadgets/libgreat/compare/v2024.0.1...v2024.0.2 +[v2024.0.1]: https://github.com/greatscottgadgets/libgreat/compare/v2024.0.0...v2024.0.1 +[v2024.0.0]: https://github.com/greatscottgadgets/libgreat/releases/tag/v2024.0.0 diff --git a/host/pyproject.toml b/host/pyproject.toml index 621aafc..39f78a4 100644 --- a/host/pyproject.toml +++ b/host/pyproject.toml @@ -41,4 +41,4 @@ Issues = "https://github.com/greatscottgadgets/libgreat/issues" [tool.setuptools-git-versioning] enabled = true -starting_version = "2024.0.0" +starting_version = "2024.0.2"