From 8bc544a4278145745193030930eb75b34521d12e Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Thu, 16 Jul 2026 14:21:41 +0200 Subject: [PATCH 1/2] chore(release): prepare for v0.10.0 --- CHANGELOG.md | 11 +++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- man/rpaste.1 | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4083d..4cc63fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.10.0] - 2026-07-16 -### Changed +### Added +- Support item_type in pretty list output +### Changed - Upgrade ureq to 3.3.0 - Store authentication and deletion tokens as masked secrets +- Mergify queue: set merge_method to squash +- Bump dependencies + +### Fixed +- Prefer explicit file args over implicit non-TTY stdin ## [0.9.5] - 2026-03-30 diff --git a/Cargo.lock b/Cargo.lock index 0a3a4ad..a7de892 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -728,7 +728,7 @@ dependencies = [ [[package]] name = "rustypaste-cli" -version = "0.9.5" +version = "0.10.0" dependencies = [ "colored", "etcetera", diff --git a/Cargo.toml b/Cargo.toml index 867e953..c278559 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustypaste-cli" -version = "0.9.5" +version = "0.10.0" edition = "2021" description = "A CLI tool for rustypaste" authors = ["Orhun Parmaksız "] diff --git a/man/rpaste.1 b/man/rpaste.1 index d76b879..c2ce1c0 100644 --- a/man/rpaste.1 +++ b/man/rpaste.1 @@ -1,6 +1,6 @@ .\" Manpage for rpaste -.TH RPASTE "1" "March 2026" "rustypaste-cli 0.9.5" "User Commands" +.TH RPASTE "1" "July 2026" "rustypaste-cli 0.10.0" "User Commands" .SH NAME .PP rpaste \- a CLI tool for rustypaste From 045bae2afcedcd824236bfaa924cd7266216925b Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Thu, 30 Jul 2026 05:40:31 +0200 Subject: [PATCH 2/2] docs: update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cc63fc..6863b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.10.0] - 2026-07-16 +## [0.10.0] - 2026-07-30 ### Added - Support item_type in pretty list output +- Support upload of protected files ### Changed - Upgrade ureq to 3.3.0