Skip to content

Commit

Permalink
chore(release): prepare for v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed May 30, 2023
1 parent 5e8fe18 commit 164a965
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ 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.4.0] - 2023-05-31

### Added

- Support uploading one shot URLs

`rustypaste` supports one shot URL uploads since [`0.10.0`](https://github.com/orhun/rustypaste/releases/tag/v0.10.0). To use this feature:

```sh
rpaste -ou https://example.com/some/long/url
```

- Add example for using the stdin
- Add installation instructions for Alpine Linux

### Changed

- Update funding options
- [Buy me a coffee to support my open source endeavours!](https://www.buymeacoffee.com/orhun)

## [0.3.0] - 2022-12-31

### Added
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.3.0"
version = "0.4.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" "Dec 2022" "rustypaste-cli 0.3.0" "User Commands"
.TH RPASTE "1" "May 2023" "rustypaste-cli 0.4.0" "User Commands"
.SH NAME
.PP
rpaste \- a CLI tool for rustypaste
Expand Down

0 comments on commit 164a965

Please sign in to comment.