Skip to content

Commit

Permalink
chore(release): prepare for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 12, 2023
1 parent 765c917 commit 6864188
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.1.0] - 2023-03-12

### 📚 Documentation

- *(lib)* Add emoji to docs.rs description

## [0.1.0-rc.2] - 2023-03-12

### 🐛 Bug Fixes
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 = "halp"
version = "0.1.0-rc.2" # bumped by release.sh
version = "0.1.0" # bumped by release.sh
description = "A CLI tool to get help with CLI tools 🐙"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 6864188

Please sign in to comment.