diff --git a/ChangeLog.md b/ChangeLog.md index 6de5c97..85bd8eb 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,12 +2,14 @@ ## Unreleased -**Released: WiP** +**Released: 2025-02-19** - Added `changelog` as a command that the command line understands. + ([#33](/~https://github.com/davep/hike/pull/33)) - Added `readme` as a command that the command line understands. + ([#33](/~https://github.com/davep/hike/pull/33)) - Fixed failing when opening a document-relative local non-markdown file - from a click. + from a click. ([#34](/~https://github.com/davep/hike/pull/34)) ## v0.3.0 diff --git a/pyproject.toml b/pyproject.toml index 4ad1540..2e9b6a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hike" -version = "0.3.0" +version = "0.4.0" description = "A Markdown browser for the terminal" authors = [ { name = "Dave Pearson", email = "davep@davep.org" }