1.0.0-beta.1 1.0.0-beta.1
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
Not 1.0.0 after all, but let’s call it 1.0.0-beta.1 rather than 0.13.0.
CHANGELOG.md
Cargo.toml

index 7f76440407d83a5525114550cb124bf0688121e9..b91e2bfc53ebaf974cf2b2f3c6aebe6ad44f80a0 100644 (file)
@@ -1,5 +1,10 @@
 # 1.0.0 (unreleased)
 
+Planned once the dust of 1.0.0-beta.1 settles, since 1.0.0-beta.1 ended up
+being bigger than I’d earlier intended.
+
+# 1.0.0-beta.1 (2022-01-25)
+
 - Removed `anymap::any::Any` in favour of just plain `core::any::Any`, since its
   `Send`/`Sync` story is now long stable.
 
@@ -38,9 +43,6 @@
 - Worked around the spurious `where_clauses_object_safety` future-compatibility lint that has been raised since mid-2018.
   If you put `#![allow(where_clauses_object_safety)]` on your binary crates for this reason, you can remove it.
 
-I don’t plan for there to be any real changes from 0.12.1;
-it should be just a bit of housecleaning and a version bump.
-
 # 0.12.1 (2017-01-20)
 
 - Remove superfluous Clone bound on Entry methods (#26)
index 011cbe2364c7f224fe9c7d7d0e62d25d45f25f8a..02d16c7c7f78b7946ae5f4d9b137957354825f8b 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "anymap"
-version = "0.12.1"
+version = "1.0.0-beta.1"
 authors = ["Chris Morgan <rust@chrismorgan.info>"]
 edition = "2018"
 rust-version = "1.36"