]> git.lizzy.rs Git - enumset.git/commitdiff
Release 1.0.3
authorAlissa Rao <lymia@lymiahugs.com>
Wed, 27 Jan 2021 15:21:54 +0000 (07:21 -0800)
committerAlissa Rao <lymia@lymiahugs.com>
Wed, 27 Jan 2021 15:21:54 +0000 (07:21 -0800)
RELEASES.md
enumset/Cargo.toml
enumset_derive/Cargo.toml

index 6c4bebad92d0b5cf3d2b3266ca9db3b4ca2b76d8..e7ce84a03787ea33a05159098d09b130c237b40a 100644 (file)
@@ -1,3 +1,8 @@
+# Version 1.0.3 (2021-01-27)
+* (This version contains no code changes.)
+* Redirected badges in the README to point at travis-ci.com instead of .org
+* Added `README.md`, and the license files to the crate distribution.
+
 # Version 1.0.2 (2021-01-25)
 * Fixed critical error compiling on newer versions of `syn` caused by a
   mistaken import from a private module.
index 918a1f5ec5c1df8eb765a1a3a7e9330ccad7b1b6..8d162233335ad820843ee8e36b204585f99c7c38 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "enumset"
-version = "1.0.2"
+version = "1.0.3"
 authors = ["Alissa Rao <lymia@lymiahugs.com>"]
 edition = "2018"
 
@@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
 serde = ["serde2", "enumset_derive/serde"]
 
 [dependencies]
-enumset_derive = { version = "0.5.1", path = "../enumset_derive" }
+enumset_derive = { version = "0.5.2", path = "../enumset_derive" }
 serde2 = { package = "serde", version = "1.0.91", default-features = false, optional = true }
 
 [dev-dependencies]
index 02667c1bce841219f026932c935035078b0be731..aee43fdc27302bb77db9f2fd2d34c9af18f262ef 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "enumset_derive"
-version = "0.5.1"
+version = "0.5.2"
 authors = ["Alissa Rao <lymia@lymiahugs.com>"]
 edition = "2018"