From 72815d26b81121fa4dd8af6328e1ad9b63e686a8 Mon Sep 17 00:00:00 2001 From: Rakhim Davletkaliyev Date: Mon, 17 Nov 2025 11:14:03 +0200 Subject: [PATCH 1/3] Bump version to 0.1.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5b8fc0..eb5de6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "textpod" -version = "0.1.5" +version = "0.1.6" edition = "2021" license-file = "LICENSE" description = "Local, web-based notetaking app inspired by 'One Big Text File' idea." From 76062ed8782398da0e577b81542c4554011c6e2b Mon Sep 17 00:00:00 2001 From: Rakhim Davletkaliyev Date: Mon, 17 Nov 2025 11:16:16 +0200 Subject: [PATCH 2/3] Update cargo lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 3154cb7..c1b94c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "textpod" -version = "0.1.5" +version = "0.1.6" dependencies = [ "axum", "base64", From 765063b9c7c0a6b85e20bdc946f1dd6428ad2ea7 Mon Sep 17 00:00:00 2001 From: Rakhim Davletkaliyev Date: Mon, 17 Nov 2025 11:18:04 +0200 Subject: [PATCH 3/3] Update release checklist readme --- RELEASE_CHECKLIST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md index 0af4602..0145e9d 100644 --- a/RELEASE_CHECKLIST.md +++ b/RELEASE_CHECKLIST.md @@ -1,3 +1,3 @@ -- [ ] Update version in `Cargo.toml` +- [ ] Update version in `Cargo.toml` and re-generate `Cargo.lock` - [ ] Create Github release - [ ] Update homebrew formula https://github.com/freetonik/homebrew-tap