Skip to content

Commit 644334a

Browse files
authored
Merge pull request #61 from kas-gui/push-kxvltnsznmxn
Prepare 0.11.4
2 parents 53eed5d + 6527ad3 commit 644334a

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +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.12.0] — unreleased
5+
# [0.11.4] — unreleased
66

77
- Bump MSRV to 1.70 (#59)
8+
- Add feature `nightly-diagnostics` (#60)
9+
- Warn on usage of `#[autoimpl]` for traits where a method has a `Self: Sized` bound, with opt-out feature `allow-trait-autoimpl-with-sized-fn-bound` (#60)
810
- Let `#[autoimpl(Clone, Debug, Default)]` support `#[cfg]` on struct fields, enum variants and variant fields (#59)
911
- Let `#[autoimpl(Clone, Debug)]` support `ignore` on named enum fields (#59)
1012

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010

1111
[package]
1212
name = "impl-tools"
13-
version = "0.11.2"
13+
version = "0.11.4"
1414
description = "Helper macros: autoimpl"
1515
keywords = ["proc-macro", "macro", "derive", "trait", "procedural"]
1616
categories = ["development-tools::procedural-macro-helpers"]
@@ -39,7 +39,7 @@ default-features = false
3939
version = "2.0.0"
4040

4141
[dependencies.impl-tools-lib]
42-
version = "0.11.1"
42+
version = "0.11.4"
4343
path = "lib"
4444

4545
[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.3"
3+
version = "0.11.4"
44
description = "Helper macros: autoimpl"
55
keywords = ["derive", "trait"]
66
readme = "README.md"

0 commit comments

Comments
 (0)