From da752eaacebb3355d90135e25e106d1ddd07d029 Mon Sep 17 00:00:00 2001 From: Bryan Bugyi Date: Sat, 20 Jan 2024 18:01:20 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ef3b0fd..76aaa3b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,15 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]: https://semver.org/ -## [Unreleased](https://github.com/bbugyi200/zorg/compare/0.1.0...HEAD) +## [Unreleased](https://github.com/bbugyi200/zorg/compare/0.1.1...HEAD) No notable changes have been made. +## [0.1.1](https://github.com/bbugyi200/zorg/compare/0.1.0...0.1.1) - 2024-01-20 + +* Add 'day' sub-command that generates my daily logs (day, habit, and done) and + opens my day log in vim. + ## [0.1.0](https://github.com/bbugyi200/zorg/releases/tag/0.1.0) - 2024-01-15 * First release.