Skip to content

Commit 98ab3a8

Browse files
committed
Prepare 0.9.0
1 parent 6ecc362 commit 98ab3a8

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
33
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## [0.8.0] — 2022-02-07
5+
## [0.9.0] — 2023-06-28
6+
7+
- Update to syn v2.0.0
8+
9+
## [0.8.0] — 2023-02-07
610

711
- Bump MSRV to 1.58.0 (#31)
812
- `#[autoimpl(Clone, Debug, PartialEq, Eq, Hash)]` now all support enums

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "impl-tools"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Diggory Hardy <git@dhardy.name>"]
55
edition = "2021"
66
license = "MIT/Apache-2.0"
@@ -21,7 +21,7 @@ proc-macro-error = "1.0"
2121
version = "2.0.0"
2222

2323
[dependencies.impl-tools-lib]
24-
version = "0.8.0"
24+
version = "0.9.0"
2525
path = "lib"
2626

2727
[dev-dependencies]

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "impl-tools-lib"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Diggory Hardy <git@dhardy.name>"]
55
edition = "2021"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)