Skip to content

Commit

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

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

## [0.1.2] - 2023-03-14

### 🐙 Features

- *(args)* Check `version` subcommand for version info

### 📚 Documentation

- *(readme)* Update installation instructions for Arch Linux

### ⚙️ Miscellaneous Tasks

- *(changelog)* Skip PR related commits for changelog
- *(deps)* Update serde dependency
- *(deps)* Bump toml from 0.7.2 to 0.7.3
- *(github)* Remove codeowner approval requirement from bors
- *(github)* Remove approval requirement from bors config
- *(github)* Remove docker status check from bors config

## [0.1.1] - 2023-03-13

### 📚 Documentation
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.1" # bumped by release.sh
version = "0.1.2" # bumped by release.sh
description = "A CLI tool to get help with CLI tools 🐙"
authors = ["Orhun Parmaksız <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit c5b0b6a

Please sign in to comment.