Skip to content

Commit

Permalink
chore(release): prepare for v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Dec 31, 2022
1 parent 67f1563 commit 17fb413
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.3.0] - 2022-12-31
### Added
- Add a progress bar for upload
- Now you can track the upload status for big files!

![demo](https://user-images.githubusercontent.com/24392180/210139218-7c309398-1e4c-4323-ace7-ba30baf3c9d2.gif)

### Updated
- Upgrade dependencies

## [0.2.0] - 2022-10-04
### Added
- Add `--server-version` flag
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.2.0"
version = "0.3.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" "Oct 2022" "rustypaste-cli 0.2.0" "User Commands"
.TH RPASTE "1" "Dec 2022" "rustypaste-cli 0.3.0" "User Commands"
.SH NAME
.PP
rpaste \- a CLI tool for rustypaste
Expand Down

0 comments on commit 17fb413

Please sign in to comment.