From fb88316bc4f0bd4b79667cd6595aedf906779899 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Wed, 9 Apr 2025 11:59:44 +0200 Subject: [PATCH] feat: Bump version --- .github/workflows/release.yaml | 1 - CHANGELOG.md | 2 ++ pyproject.toml | 9 +++++++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c5a192e..8e43a56 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -85,4 +85,3 @@ jobs: changelog: CHANGELOG.md token: ${{ secrets.GITHUB_TOKEN }} draft: true - branch: main diff --git a/CHANGELOG.md b/CHANGELOG.md index af98f6b..ea00713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2025-04-09 + ### Added - Place notes into `notes` subdirectory of taskwarrior data directory by default diff --git a/pyproject.toml b/pyproject.toml index 2374df0..2fac9be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,18 @@ [project] name = "topen" -version = "0.1.0" -description = "Quickly edit notes for your taskwarrior tasks" +version = "0.2.0" +description = "simple taskwarrior note management" readme = "README.md" requires-python = ">=3.13" dependencies = [ "tasklib>=2.5.1", ] +[project.urls] +Documentation = "https://marty-oehme.github.io/topen" +Repository = "https://github.com/marty-oehme/topen" +Changelog = "https://github.com/marty-oehme/topen/blob/main/CHANGELOG.md" + [tool.uv] package = true