From 80e600ba0c0536675bfbc851c0624dab104f71e7 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 1 Aug 2024 07:45:39 -0500 Subject: [PATCH] units: Copy 0.1.2 release notes When we do patch version releases (on a separate branch) the release patches typically include a changelog entry that does not appear on `master` - this seems like a process fail. Anyways, grab the release notes for `v0.1.2` and add them to the changelog file. Intentionally do not cherrypick the release patch because that may make the git index hard to understand. --- units/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/units/CHANGELOG.md b/units/CHANGELOG.md index 47b644f4a..628d5de8a 100644 --- a/units/CHANGELOG.md +++ b/units/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.1.2 - 2024-07-01 + +* Remove enable of `alloc` feature in the `internals` dependency. + +Note, the bug fixed by this release was introduced in +[#2655](https://github.com/rust-bitcoin/rust-bitcoin/pull/2655) and +was incorrect because we have an `alloc` feature that enables +`internals/alloc`. + +`v0.1.1` will be yanked for this reason. + # 0.1.1 - 2024-04-04 * Enable "alloc" feature for `internals` dependency - enables caching