• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

crossbeamパッケージ


Commit MetaInfo

Revisione32c891f376332828852fa2eb5626a831b395e28 (tree)
Time2020-02-22 23:23:56
AuthorJeehoon Kang <jeehoon.kang@kais...>
CommiterJeehoon Kang

Log Message

Release new versions

Change Summary

Incremental Difference

--- a/crossbeam-channel/CHANGELOG.md
+++ b/crossbeam-channel/CHANGELOG.md
@@ -1,3 +1,7 @@
1+# Version 0.4.2
2+
3+- Fix bug in release (yanking 0.4.1)
4+
15 # Version 0.4.1
26
37 - Avoid time drift in `channel::tick`. (#456)
--- a/crossbeam-channel/Cargo.toml
+++ b/crossbeam-channel/Cargo.toml
@@ -4,7 +4,7 @@ name = "crossbeam-channel"
44 # - Update CHANGELOG.md
55 # - Update README.md
66 # - Create "crossbeam-channel-X.Y.Z" git tag
7-version = "0.4.1"
7+version = "0.4.2"
88 authors = ["The Crossbeam Project Developers"]
99 license = "MIT/Apache-2.0 AND BSD-2-Clause"
1010 readme = "README.md"
--- a/crossbeam-epoch/CHANGELOG.md
+++ b/crossbeam-epoch/CHANGELOG.md
@@ -1,3 +1,7 @@
1+# Version 0.8.2
2+
3+- Fix bug in release (yanking 0.8.1)
4+
15 # Version 0.8.1
26
37 - Bump `autocfg` dependency to version 1.0. (#460)
--- a/crossbeam-epoch/Cargo.toml
+++ b/crossbeam-epoch/Cargo.toml
@@ -4,7 +4,7 @@ name = "crossbeam-epoch"
44 # - Update CHANGELOG.md
55 # - Update README.md
66 # - Create "crossbeam-epoch-X.Y.Z" git tag
7-version = "0.8.1"
7+version = "0.8.2"
88 authors = ["The Crossbeam Project Developers"]
99 license = "MIT/Apache-2.0"
1010 readme = "README.md"
--- a/crossbeam-utils/CHANGELOG.md
+++ b/crossbeam-utils/CHANGELOG.md
@@ -1,3 +1,7 @@
1+# Version 0.7.2
2+
3+- Fix bug in release (yanking 0.7.1)
4+
15 # Version 0.7.1
26
37 - Bump `autocfg` dependency to version 1.0. (#460)
--- a/crossbeam-utils/Cargo.toml
+++ b/crossbeam-utils/Cargo.toml
@@ -4,7 +4,7 @@ name = "crossbeam-utils"
44 # - Update CHANGELOG.md
55 # - Update README.md
66 # - Create "crossbeam-utils-X.Y.Z" git tag
7-version = "0.7.1"
7+version = "0.7.2"
88 authors = ["The Crossbeam Project Developers"]
99 license = "MIT/Apache-2.0"
1010 readme = "README.md"