Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
const (
xdgStateHome = "XDG_STATE_HOME"
// Version specifies the number for the version subcommand
Version = "25.8"
Version = "26.2"
)

// NewRootCommand creates the parent of all subcommands.
Expand Down
2 changes: 1 addition & 1 deletion guide/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
turtle-cpm is a command line tool to manage passwords, a replacement of the now gone [cpm
project](https://www.harry-b.de/dokuwiki/doku.php?id=harry:cpm).

The latest version is v25.8, released on 2025-08-04. See the [release notes](news.md).
The latest version is v26.2, released on 2026-02-05. See the [release notes](news.md).

Notable features:

Expand Down
2 changes: 1 addition & 1 deletion guide/src/news.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## main
## 26.2

- new `export` command to write the password database as a JSON file

Expand Down