Skip to content

Commit

Permalink
headtail 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Sep 15, 2022
1 parent 21e04da commit 3b8a0be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<!-- next-header -->

## [Unreleased] - ReleaseDate


## [0.2.0] - 2022-09-15

### New!

- Made the project! It supports some flags. Here's the help output:
Expand All @@ -28,5 +30,6 @@ OPTIONS:
Placeholder release to reserve the name.

<!-- next-url -->
[Unreleased]: https://github.com/CleanCut/headtail/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/CleanCut/headtail/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/CleanCut/headtail/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/CleanCut/headtail/compare/v0.0.0...v0.1.0
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "headtail"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "head and tail simultaneously"
homepage = "https://github.com/CleanCut/headtail"
Expand Down

0 comments on commit 3b8a0be

Please sign in to comment.