File tree Expand file tree Collapse file tree 6 files changed +15
-3
lines changed Expand file tree Collapse file tree 6 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Version 0.4.2
2
+
3
+ - Fix bug in release (yanking 0.4.1)
4
+
1
5
# Version 0.4.1
2
6
3
7
- Avoid time drift in ` channel::tick ` . (#456 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-channel"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-channel-X.Y.Z" git tag
7
- version = " 0.4.1 "
7
+ version = " 0.4.2 "
8
8
authors = [" The Crossbeam Project Developers" ]
9
9
license = " MIT/Apache-2.0 AND BSD-2-Clause"
10
10
readme = " README.md"
Original file line number Diff line number Diff line change
1
+ # Version 0.8.2
2
+
3
+ - Fix bug in release (yanking 0.8.1)
4
+
1
5
# Version 0.8.1
2
6
3
7
- Bump ` autocfg ` dependency to version 1.0. (#460 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-epoch"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-epoch-X.Y.Z" git tag
7
- version = " 0.8.1 "
7
+ version = " 0.8.2 "
8
8
authors = [" The Crossbeam Project Developers" ]
9
9
license = " MIT/Apache-2.0"
10
10
readme = " README.md"
Original file line number Diff line number Diff line change
1
+ # Version 0.7.2
2
+
3
+ - Fix bug in release (yanking 0.7.1)
4
+
1
5
# Version 0.7.1
2
6
3
7
- Bump ` autocfg ` dependency to version 1.0. (#460 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "crossbeam-utils"
4
4
# - Update CHANGELOG.md
5
5
# - Update README.md
6
6
# - Create "crossbeam-utils-X.Y.Z" git tag
7
- version = " 0.7.1 "
7
+ version = " 0.7.2 "
8
8
authors = [" The Crossbeam Project Developers" ]
9
9
license = " MIT/Apache-2.0"
10
10
readme = " README.md"
You can’t perform that action at this time.
0 commit comments