Prepare for release v0.2.2

This commit is contained in:
2024-08-20 21:17:13 -04:00
parent 8c1b986e20
commit 0c62a84195
6 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
.TH MUTN 1 "13 August 2024" "v0.2.1" "MUTN man page"
.TH MUTN 1 "20 August 2024" "v0.2.2" "MUTN man page"
.SH NAME
\fBmutn\fR - Simple, self-hosted, SSH-synchronized password and note management based on libmutton. It is the successor to sshyp.
+19
View File
@@ -1,5 +1,24 @@
**WARNING: AS LIBMUTTON HAS NOT YET REACHED v1.0.0, [BREAKING CHANGES](https://github.com/rwinkhart/libmutton/blob/main/wiki/breaking.md) IN FUTURE UPDATES ARE PLANNED**
**MUTN v0.2.2**
Built with libmutton v0.2.2
August 20, 2024
# The Tripe Transmission Update - Patch 2
This release updates libmutton to v0.2.2 to address a regression from v0.2.1. Additionally, a Windows-only entry adding bug has been fixed.
## Fixes
- From libmutton v0.2.1:
- Edited entries are no longer improperly synced if their line count is reduced
- (8c1b986e20bf8e02b4b27e18748f7677be2b2743) Adding new entries from Windows now works as intended
## Dependencies
- Bumps (direct and indirect)
- github.com/rwinkhart/libmutton: v0.2.1 => v0.2.2
---
**MUTN v0.2.1**
Built with libmutton v0.2.1
August 13, 2024