Skip to content

Commit 73c5512

Browse files
committed
Prepare 0.10.0
1 parent c17b656 commit 73c5512

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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.10.0] — 2023-09-07
6+
7+
- Rename `singleton!``impl_anon!` (#36)
8+
- Reorganise `impl-tools-lib`: new `anon` and `scope` public modules (#36)
9+
510
## [0.9.1] — 2023-09-07
611

712
- Fix clone for fields which auto-deref (issue #34)

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.9.1"
3+
version = "0.10.0"
44
authors = ["Diggory Hardy <git@dhardy.name>"]
55
edition = "2021"
66
license = "MIT/Apache-2.0"
@@ -22,7 +22,7 @@ default-features = false
2222
version = "2.0.0"
2323

2424
[dependencies.impl-tools-lib]
25-
version = "0.9.1"
25+
version = "0.10.0"
2626
path = "lib"
2727

2828
[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.9.1"
3+
version = "0.10.0"
44
authors = ["Diggory Hardy <git@dhardy.name>"]
55
edition = "2021"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)