File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
33and 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 )
Original file line number Diff line number Diff line change 11[package ]
22name = " impl-tools"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44authors = [" Diggory Hardy <git@dhardy.name>" ]
55edition = " 2021"
66license = " MIT/Apache-2.0"
@@ -22,7 +22,7 @@ default-features = false
2222version = " 2.0.0"
2323
2424[dependencies .impl-tools-lib ]
25- version = " 0.9.1 "
25+ version = " 0.10.0 "
2626path = " lib"
2727
2828[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " impl-tools-lib"
3- version = " 0.9.1 "
3+ version = " 0.10.0 "
44authors = [" Diggory Hardy <git@dhardy.name>" ]
55edition = " 2021"
66license = " MIT/Apache-2.0"
You can’t perform that action at this time.
0 commit comments