Skip to content

Commit fb88316

Browse files
committed
feat: Bump version
1 parent f20dd14 commit fb88316

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ jobs:
8585
changelog: CHANGELOG.md
8686
token: ${{ secrets.GITHUB_TOKEN }}
8787
draft: true
88-
branch: main

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2025-04-09
11+
1012
### Added
1113

1214
- Place notes into `notes` subdirectory of taskwarrior data directory by default

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
[project]
22
name = "topen"
3-
version = "0.1.0"
4-
description = "Quickly edit notes for your taskwarrior tasks"
3+
version = "0.2.0"
4+
description = "simple taskwarrior note management"
55
readme = "README.md"
66
requires-python = ">=3.13"
77
dependencies = [
88
"tasklib>=2.5.1",
99
]
1010

11+
[project.urls]
12+
Documentation = "https://marty-oehme.github.io/topen"
13+
Repository = "https://github.com/marty-oehme/topen"
14+
Changelog = "https://github.com/marty-oehme/topen/blob/main/CHANGELOG.md"
15+
1116
[tool.uv]
1217
package = true
1318

0 commit comments

Comments
 (0)