From 41afa292466705298a83a70c43ee4bf175ed236f Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 25 Feb 2025 09:03:02 +0000 Subject: [PATCH 1/3] :books: Add a couple of missing PR links to the ChangeLog --- ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index cdfe41f..006c766 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -5,7 +5,9 @@ **Released: WiP** - 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 From db56e1cb53d0ea5bccdc462598850455cfa64f9e Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 25 Feb 2025 09:04:09 +0000 Subject: [PATCH 2/3] :bookmark: v0.5.0 --- ChangeLog.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 006c766..980f2e3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # 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)) diff --git a/pyproject.toml b/pyproject.toml index c896c15..5fdd796 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" } From 7d96fde7cb0bc072379a7586d67395871cff0e29 Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Tue, 25 Feb 2025 09:07:35 +0000 Subject: [PATCH 3/3] :card_index: Simplify the licence text --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fdd796..13346ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",