Skip to content

Commit 47d43a9

Browse files
committed
Bump to 0.3.1
1 parent e3069d6 commit 47d43a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
## Unreleased
5+
## 0.3.1 - 2024-06-19
66

77
* Derive Hash, Ord, PartialOrd for SimpleError
88
* Add rust-version field to Cargo.toml with 1.58.0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple-error"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
rust-version = "1.58.0"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)