From 548955fe8019e27a5068c4c062a3b8ac4d6f23f8 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 22:09:52 +0000 Subject: [PATCH 1/4] Fixes #30. This commit updates the `CHANGELOG.md` file based on user feedback. - The release comparison links at the bottom of the file are corrected and updated as per the original issue description. - The `[Unreleased]` section and its corresponding link definition have been removed as requested. --- CHANGELOG.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1a3dd..eb4b8f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,6 @@ 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] - -### Added -- Your new feature here. - -### Fixed -- Your new fix here. - - ## [1.2.0] - 2025-08-07 ### Added @@ -137,8 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Flexible database configuration (SQLite/PostgreSQL). -[Unreleased]: https://github.com/PPeitsch/TimeTrack/compare/v1.0.1...HEAD -[1.1.1]: https://github.com/PPeitsch/TimeTrack/compare/v1.1.0....v1.1.1 +[1.2.0]: https://github.com/PPeitsch/TimeTrack/compare/v1.1.1...v1.2.0 +[1.1.1]: https://github.com/PPeitsch/TimeTrack/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/PPeitsch/TimeTrack/compare/v1.0.9...v1.1.0 [1.0.9]: https://github.com/PPeitsch/TimeTrack/compare/v1.0.8...v1.0.9 [1.0.8]: https://github.com/PPeitsch/TimeTrack/compare/v1.0.7...v1.0.8 From 31887e6d1faec1fe65c0029693931597ab747f81 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 18:08:24 +0000 Subject: [PATCH 2/4] Fixes #30. This commit updates the `CHANGELOG.md` file based on user feedback. - The release comparison links at the bottom of the file are corrected and updated as per the original issue description. - The `[Unreleased]` section and its corresponding link definition have been removed as requested. From 5bebd453940a8b12a014df3028e7385e80565342 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 18:10:37 +0000 Subject: [PATCH 3/4] Fixes #30. This commit updates the `CHANGELOG.md` file based on user feedback. - The release comparison links at the bottom of the file are corrected and updated as per the original issue description. - The `[Unreleased]` section and its corresponding link definition have been removed as requested. From 1a75cb04641dd386d2463890247812d7573fe2fe Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 18:19:57 +0000 Subject: [PATCH 4/4] feat: Add release notes for version 1.2.1 This commit adds the release notes for version 1.2.1 to the CHANGELOG.md file. This version includes the correction of the release comparison links. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb4b8f1..432cd0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [1.2.1] - 2025-08-22 + +### Fixed +- Corrected and updated the release comparison links in `CHANGELOG.md`. + ## [1.2.0] - 2025-08-07 ### Added @@ -128,6 +133,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Flexible database configuration (SQLite/PostgreSQL). +[1.2.1]: https://github.com/PPeitsch/TimeTrack/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/PPeitsch/TimeTrack/compare/v1.1.1...v1.2.0 [1.1.1]: https://github.com/PPeitsch/TimeTrack/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/PPeitsch/TimeTrack/compare/v1.0.9...v1.1.0