Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <orhunparmaksiz@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion man/rpaste.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading