Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Hollensbe <[email protected]>
  • Loading branch information
erikh committed Oct 1, 2023
1 parent 4ebcecc commit 052196a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- `v0.4.1`:
- Fix an issue which was preventing Google Calendar from recording recurring tasks.
- `v0.4.0`:
- Notifications are now durations; if they are not provided via `notify` entry clauses, they will not exist and you will not be notified. You can add notifications to existing calendar items with `edit`.
- Many bugfixes to the MemoryDB implementation. **YOUR OLD MEMORYDB WILL NO LONGER WORK AND YOU SHOULD DELETE IT. FILE AN ISSUE IF YOU NEED A CONVERTER.**
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "saturn-cli"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
description = "saturn is a command-line interface to calendaring, supporting Google Calendar"
authors = ["Erik Hollensbe <[email protected]>"]
Expand Down

0 comments on commit 052196a

Please sign in to comment.