Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler authored Nov 16, 2020
1 parent 4540528 commit c814009
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2020-11-16

### Added

- Add changelog ([#19](https://github.com/ranweiler/pete/pull/19))
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pete"
version = "0.3.1"
version = "0.4.0"
authors = ["Joe Ranweiler <joe@lemma.co>"]
edition = "2018"
license = "ISC"
Expand All @@ -14,4 +14,4 @@ nix = "0.19.0"
thiserror = "1.0.11"

[dev-dependencies]
anyhow = "1.0.31"
anyhow = "1.0.31"

0 comments on commit c814009

Please sign in to comment.