diff --git a/ChangeLog.md b/ChangeLog.md index cdfe41f..980f2e3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,11 +1,13 @@ # Hike ChangeLog -## Unreleased +## v0.5.0 -**Released: WiP** +**Released: 2025-02-25** - Added an application command for jumping to the markdown document viewer. + ([#39](https://github.com/davep/hike/pull/39)) - Added `document` as a command that the command line understands. + ([#39](https://github.com/davep/hike/pull/39)) ## v0.4.0 diff --git a/pyproject.toml b/pyproject.toml index c896c15..13346ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hike" -version = "0.4.0" +version = "0.5.0" description = "A Markdown browser for the terminal" authors = [ { name = "Dave Pearson", email = "davep@davep.org" } @@ -16,7 +16,7 @@ dependencies = [ ] readme = "README.md" requires-python = ">= 3.10" -license = { text = "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" } +license = { text = "GNU General Public License v3 or later (GPLv3+)" } keywords = [ "terminal", "tui",