From fa58a37eb10aa28a00d46d0f07825dcbe4862680 Mon Sep 17 00:00:00 2001 From: Pip! Gold Date: Fri, 13 Sep 2024 16:26:34 -0400 Subject: [PATCH] 2.0.1 release --- CHANGELOG.md | 13 +++++++++++-- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e7f1f..8002d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,14 @@ 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). -## [2.0.0] + +## [2.0.1] – 2024-09-13 + +Just minor documentation tweaks, plus a bump to the version number for +publishing to PyPI. + + +## [2.0.0] – 2024-09-13 I wasn't doing versioned releases until 2.0.0, but a summary of changes between the original 1.0.0 release and 2.0 includes: @@ -17,10 +24,12 @@ between the original 1.0.0 release and 2.0 includes: - Set up packaging with Poetry - Released on PyPI -## [1.0.0] + +## [1.0.0] – 2014-04-23 There wasn't a specific release, but eventually `viewical` was functional enough for everyday use. + [2.0.1]: https://github.com/asciipip/mutt-ical/compare/2.0.0..2.0.1 [2.0.0]: https://github.com/asciipip/mutt-ical/compare/1.0.0..2.0.0 [1.0.0]: https://github.com/asciipip/mutt-ical/releases/tag/1.0.0 diff --git a/pyproject.toml b/pyproject.toml index 068c604..891d4ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mutt-ical" -version = "2.0.0" +version = "2.0.1" description = "Scripts for helping mutt deal with iCalendar data" authors = ["Pip Gold "] readme = "README.md"