Skip to content

Commit

Permalink
chore(release): prepare for v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 18, 2023
1 parent fdd4527 commit 83fb795
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

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

## [0.1.6] - 2023-04-18

### 🐙 Features

- *(docker)* Generate SBOM/provenance for the Docker image
- *(output)* Add separators for command output ([#27](https://github.com/orhun/halp/issues/27))

### 🎨 Styling

- *(output)* Add color to the separator
- *(readme)* Update license text

### ⚙️ Miscellaneous Tasks

- *(ci)* Switch back to line coverage
- *(ci)* Use codecov format with cargo-llvm-cov
- *(deps)* Bump transitive dependencies
- *(deps)* Bump clap from 4.2.1 to 4.2.2
- *(deps)* Bump serde from 1.0.159 to 1.0.160
- *(deps)* Bump dialoguer from 0.10.3 to 0.10.4

## [0.1.5] - 2023-04-03

### ⚙️ Miscellaneous Tasks
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.5" # bumped by release.sh
version = "0.1.6" # 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 83fb795

Please sign in to comment.