From 4beabeed1f510e2ac5356ca2c838f727cd6d3080 Mon Sep 17 00:00:00 2001 From: "Emmanuel C. Jemeni" Date: Sat, 21 Dec 2024 07:34:29 +0100 Subject: [PATCH] feat: update CHANGELOG.md for v1.2.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea56bc..bf39800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [//]: # (- **Fixed** for any bug fixes.) [//]: # (- **Security** in case of vulnerabilities.) +## [1.2.0] - 2024-12-21 +### Fixed +- Update command now runs without positional argument `command`. +- CHANGELOG URL in pyproject.toml + +### Changed +- Description now uses an em-dash. +- Added a space to the notification title. + ## [1.1.0] - 2024-12-21 ### Fixed - Command Line Arguments not being properly parsed when installed as a package, which prevented TerminalAlert from executing commands @@ -21,5 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Released TerminalAlert +[1.2.0]: https://github.com/Jemeni11/TerminalAlert/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/Jemeni11/TerminalAlert/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/Jemeni11/TerminalAlert/releases/tag/v1.0.0