From 87756191170b6a2cf2bcc79239b51008b31d63d2 Mon Sep 17 00:00:00 2001 From: hitalin Date: Mon, 20 Jul 2026 07:32:50 +0900 Subject: [PATCH] chore: bump version to 0.5.0 Co-Authored-By: Claude Opus 4.8 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b512daa..ba7cad2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1413,7 +1413,7 @@ checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" [[package]] name = "notecli" -version = "0.4.0" +version = "0.5.0" dependencies = [ "android-native-keyring-store", "apple-native-keyring-store", diff --git a/Cargo.toml b/Cargo.toml index 2d911da..54765b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notecli" -version = "0.4.0" +version = "0.5.0" edition = "2021" description = "Headless Misskey client — CLI & library" repository = "https://github.com/notedeck-dev/notecli"