Skip to content

Commit df66d08

Browse files
authored
Merge pull request #47 from kas-gui/work
Prepare v0.10.2, lib v0.11.1
2 parents b055eb8 + 0d8016a commit df66d08

4 files changed

Lines changed: 10 additions & 5 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.3], [impl-tools-lib-0.11.1] — 2024-12-21
6+
7+
- Let `#[autoimpl]` on traits support function arguments using `mut` and destructuring patterns (#45)
8+
- Improve documentation for `#[autoimpl]` (#46)
9+
510
## [0.10.2], [impl-tools-lib-0.11.0] — 2024-12-09
611

712
Re-release, bumping `impl-tools-lib` to v0.11.0 since it turns out that switching to `proc-macro-error2` was an API-breaking release for `impl-tools-lib` (this is only apparent if a macro emits an error, resulting in a message like "help: message: proc-macro-error2 API cannot be used outside of `entry_point` invocation, perhaps you forgot to annotate your #[proc_macro] function with `#[proc_macro_error]

Cargo.lock.msrv

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

2525
[dependencies.impl-tools-lib]
26-
version = "0.11.0"
26+
version = "0.11.1"
2727
path = "lib"
2828

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

0 commit comments

Comments
 (0)