Skip to content

Commit

Permalink
Bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WiSaGaN committed Jun 19, 2024
1 parent e3069d6 commit 47d43a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This project roughly adheres to [Semantic Versioning](http://semver.org/). For 0.x.y releases, `x` is the major version in semver, while `y` is the minor version.

## Unreleased
## 0.3.1 - 2024-06-19

* Derive Hash, Ord, PartialOrd for SimpleError
* Add rust-version field to Cargo.toml with 1.58.0
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 = "simple-error"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.58.0"
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 47d43a9

Please sign in to comment.