From 0316c0faea94309c896f63bd1986107bf533a079 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 25 Jan 2022 19:39:20 +1100 Subject: [PATCH] 1.0.0-beta.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Not 1.0.0 after all, but let’s call it 1.0.0-beta.1 rather than 0.13.0. --- CHANGELOG.md | 8 +++++--- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f76440..b91e2bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 011cbe2..02d16c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anymap" -version = "0.12.1" +version = "1.0.0-beta.1" authors = ["Chris Morgan "] edition = "2018" rust-version = "1.36" -- 2.42.0