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.6.1] , ` impl-tools-lib ` [ 0.7.0] — 2022-12-01
6+
7+ - Better diagnostics for trait-redefinition: require ` Deref ` bound (#28 )
8+ - Document ` Deref ` with custom ` Target ` type
9+
10+ ` impl-tools-lib ` has breaking changes and therefore a higher version number:
11+
12+ - Replace free function ` impl_generics ` with method ` Generics::impl_generics `
13+ - Add method ` Generics::ty_generics `
14+
15+ Note: next breaking release for ` impl-tools ` should bump version to match ` -lib ` .
16+
517## [ 0.6.0] — 2022-11-17
618
719- Add ` ImplTrait::support_path_args ` , ` ImplArgs::path_args ` (#26 )
Original file line number Diff line number Diff line change 11[package ]
22name = " impl-tools"
3- version = " 0.6.0 "
3+ version = " 0.6.1 "
44authors = [" Diggory Hardy <git@dhardy.name>" ]
55edition = " 2021"
66license = " MIT/Apache-2.0"
@@ -21,7 +21,7 @@ proc-macro-error = "1.0"
2121version = " 1.0.14"
2222
2323[dependencies .impl-tools-lib ]
24- version = " 0.6 .0"
24+ version = " 0.7 .0"
2525path = " lib"
2626
2727[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " impl-tools-lib"
3- version = " 0.6 .0"
3+ version = " 0.7 .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