Skip to content

Commit 768d4f6

Browse files
committed
Prepare for release v0.5.0
1 parent 83f59c3 commit 768d4f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/release-notes-archive/2026.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
**libmutton v0.5.0**
2-
Release date TBD
2+
February 17, 2026
33

44
This release adds password age-tracking support and features large refactors that improve the robustness of core functionality. Many breaking changes are present. Highlights are listed below.
55

global/1globals.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var (
66
)
77

88
const (
9-
LibmuttonVersion = "0.E.0" // Untagged releases feature a letter suffix corresponding to the eventual release version, e.g "0.B.0" -> "0.2.0", "0.2.A" -> "0.2.1"
9+
LibmuttonVersion = "0.5.0" // Untagged releases feature a letter suffix corresponding to the eventual release version, e.g "0.B.0" -> "0.2.0", "0.2.A" -> "0.2.1"
1010

1111
FSSpace = "\u259d" // ▝ Space/list separator
1212
FSPath = "\u259e" // ▞ Path separator

0 commit comments

Comments
 (0)