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/2] 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/2] 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.