File tree 3 files changed +13
-4
lines changed
3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org ) .
6
6
7
+ <!--
8
+ Note: In this file, do not use the hard wrap in the middle of a sentence for compatibility with GitHub comment style markdown rendering.
9
+ -->
10
+
7
11
## [ Unreleased]
8
12
13
+ ## [ 1.0.3] - 2021-01-05
14
+
15
+ - Exclude unneeded files from crates.io.
16
+
9
17
## [ 1.0.2] - 2020-11-18
10
18
11
19
- [ Suppress ` clippy::unknown_clippy_lints ` lint in generated code.] ( https://github.com/taiki-e/pin-project/pull/303 )
@@ -663,7 +671,8 @@ See also [tracking issue for 0.4 release][21].
663
671
664
672
Initial release
665
673
666
- [ Unreleased ] : https://github.com/taiki-e/pin-project/compare/v1.0.2...HEAD
674
+ [ Unreleased ] : https://github.com/taiki-e/pin-project/compare/v1.0.3...HEAD
675
+ [ 1.0.3 ] : https://github.com/taiki-e/pin-project/compare/v1.0.2...v1.0.3
667
676
[ 1.0.2 ] : https://github.com/taiki-e/pin-project/compare/v1.0.1...v1.0.2
668
677
[ 1.0.1 ] : https://github.com/taiki-e/pin-project/compare/v1.0.0...v1.0.1
669
678
[ 1.0.0 ] : https://github.com/taiki-e/pin-project/compare/v1.0.0-alpha.1...v1.0.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pin-project"
3
- version = " 1.0.2 "
3
+ version = " 1.0.3 "
4
4
authors = [" Taiki Endo <te316e89@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 OR MIT"
@@ -29,7 +29,7 @@ members = [
29
29
]
30
30
31
31
[dependencies ]
32
- pin-project-internal = { version = " =1.0.2 " , path = " pin-project-internal" , default-features = false }
32
+ pin-project-internal = { version = " =1.0.3 " , path = " pin-project-internal" , default-features = false }
33
33
34
34
[dev-dependencies ]
35
35
pin-project-auxiliary-macro = { path = " tests/auxiliary/macro" }
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " pin-project-internal"
3
- version = " 1.0.2 "
3
+ version = " 1.0.3 "
4
4
authors = [" Taiki Endo <te316e89@gmail.com>" ]
5
5
edition = " 2018"
6
6
license = " Apache-2.0 OR MIT"
You can’t perform that action at this time.
0 commit comments