File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 2.0.0]
8+
9+ ## [ 2.0.1] – 2024-09-13
10+
11+ Just minor documentation tweaks, plus a bump to the version number for
12+ publishing to PyPI.
13+
14+
15+ ## [ 2.0.0] – 2024-09-13
916
1017I wasn't doing versioned releases until 2.0.0, but a summary of changes
1118between 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:
1724 - Set up packaging with Poetry
1825 - Released on PyPI
1926
20- ## [ 1.0.0]
27+
28+ ## [ 1.0.0] – 2014-04-23
2129
2230There wasn't a specific release, but eventually ` viewical ` was functional
2331enough for everyday use.
2432
33+ [ 2.0.1 ] : https://github.com/asciipip/mutt-ical/compare/2.0.0..2.0.1
2534 [ 2.0.0 ] : https://github.com/asciipip/mutt-ical/compare/1.0.0..2.0.0
2635 [ 1.0.0 ] : https://github.com/asciipip/mutt-ical/releases/tag/1.0.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mutt-ical"
3- version = " 2.0.0 "
3+ version = " 2.0.1 "
44description = " Scripts for helping mutt deal with iCalendar data"
55authors = [" Pip Gold <pip@aperiodic.net>" ]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments