diff --git a/CHANGELOG.md b/CHANGELOG.md index cf4083d..6863b26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,20 @@ 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-30 -### Changed +### Added +- Support item_type in pretty list output +- Support upload of protected files +### 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 100c6f4..b69fc0c 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