feat: Bump version
This commit is contained in:
parent
f20dd14c6f
commit
fb88316bc4
3 changed files with 9 additions and 3 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -85,4 +85,3 @@ jobs:
|
||||||
changelog: CHANGELOG.md
|
changelog: CHANGELOG.md
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
draft: true
|
draft: true
|
||||||
branch: main
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.0] - 2025-04-09
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Place notes into `notes` subdirectory of taskwarrior data directory by default
|
- Place notes into `notes` subdirectory of taskwarrior data directory by default
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,18 @@
|
||||||
[project]
|
[project]
|
||||||
name = "topen"
|
name = "topen"
|
||||||
version = "0.1.0"
|
version = "0.2.0"
|
||||||
description = "Quickly edit notes for your taskwarrior tasks"
|
description = "simple taskwarrior note management"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13"
|
requires-python = ">=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"tasklib>=2.5.1",
|
"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]
|
[tool.uv]
|
||||||
package = true
|
package = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue