Skip to content

Commit

Permalink
v0.9.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranweiler authored Aug 20, 2022
1 parent 09e02bb commit f9c6187
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- MSRV is now 1.56.1
- Fix expansion of internal error macro
### Fixed

## [v0.9.0] - 2022-08-19

### Added

### Changed

- Update MSRV to 1.56.1
- Update `nix` lower bound to `0.25.0`

### Fixed

- Expand to block-enclosed `return` in internal error macro

## [v0.8.0] - 2021-09-30

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pete"
version = "0.8.0"
version = "0.9.0"
rust-version = "1.56.1"
edition = "2018"
license = "ISC"
Expand Down

0 comments on commit f9c6187

Please sign in to comment.