From d75a471dba214c442f86e4ba09ce27b0c7e0255c Mon Sep 17 00:00:00 2001 From: Dave Pearson Date: Mon, 3 Mar 2025 10:49:05 +0000 Subject: [PATCH] :bookmark: v0.6.0 --- ChangeLog.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 00b66f8..535afc3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,8 +1,8 @@ # Hike ChangeLog -## Unreleased +## v0.6.0 -**Released: WiP** +**Released: 2025-03-03** - Added `obsidian` as a command that the command line understands. ([#41](https://github.com/davep/hike/pull/41)) diff --git a/pyproject.toml b/pyproject.toml index 28739be..811d0f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hike" -version = "0.5.0" +version = "0.6.0" description = "A Markdown browser for the terminal" authors = [ { name = "Dave Pearson", email = "davep@davep.org" }