Skip to content

Commit 47f8907

Browse files
committed
Prepare 0.6.0: support path args
1 parent 6855b28 commit 47f8907

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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.6.0] — 2022-11-17
6+
7+
- Add `ImplTrait::support_path_args`, `ImplArgs::path_args` (#26)
8+
- Path args: support `Deref<Target = Foo>` (#26)
9+
510
## [0.5.2] — 2022-10-06
611

712
- Add `singleton!` macro (#25)

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.5.2"
3+
version = "0.6.0"
44
authors = ["Diggory Hardy <[email protected]>"]
55
edition = "2021"
66
license = "MIT/Apache-2.0"
@@ -21,7 +21,7 @@ proc-macro-error = "1.0"
2121
version = "1.0.14"
2222

2323
[dependencies.impl-tools-lib]
24-
version = "0.5.2"
24+
version = "0.6.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.5.2"
3+
version = "0.6.0"
44
authors = ["Diggory Hardy <[email protected]>"]
55
edition = "2021"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)