Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 12, 2022
1 parent 8433c14 commit 6bb6e9f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

## [0.2.0](https://www.github.com/raytung/shakshuka/compare/v0.1.0...v0.2.0) (2022-01-12)


### Features

* add 'about' in help message ([1989113](https://www.github.com/raytung/shakshuka/commit/19891135e831b18218546fa47609f79dff8d0e7a))


### Bug Fixes

* no longer hard coding version in binary ([7a6c36f](https://www.github.com/raytung/shakshuka/commit/7a6c36f03907dc303fd17e7692a4475de9d4e0ad))
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
Expand Up @@ -3,7 +3,7 @@ name = "shakshuka"
authors = ["Ray Tung <[email protected]>"]
description = "Simple command line tool for calculating content hash. Supports .ignore (.contenthashignore) file"
edition = "2018"
version = "0.1.0"
version = "0.2.0"
license = "Apache-2.0"
readme = "README.md"
homepage = "https://github.com/raytung/shakshuka"
Expand Down

0 comments on commit 6bb6e9f

Please sign in to comment.