Skip to content

Commit b71e57e

Browse files
authored
Merge pull request #18 from kas-gui/work
Prepare 0.4.2
2 parents 454f0dd + 01ff67d commit b71e57e

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
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.4.1] — 2022-09-17
5+
## [0.4.2] — 2022-09-17
66

7+
- Correct release of 0.4.1 (which bumped the version of impl-tools without
8+
bumping impl-tools-lib) (#18)
79
- Fix `#[autoimpl]` on traits for GATs and attributes on trait const/method/type items (#17)
810

11+
## [0.4.1] — 2022-09-17
12+
13+
No changes (prefer 0.4.2 instead).
14+
915
## [0.4.0] — 2022-08-19
1016

1117
Change signature of `ScopeAttr::apply`: replace `args: TokenStream, attr_span: Span`

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "impl-tools"
3-
version = "0.4.1"
3+
version = "0.4.2"
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.4.0"
24+
version = "0.4.2"
2525
path = "lib"
2626

2727
[dev-dependencies]

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "impl-tools-lib"
3-
version = "0.4.0"
3+
version = "0.4.2"
44
authors = ["Diggory Hardy <[email protected]>"]
55
edition = "2021"
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)