diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e92c42ec..3d319dc43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Starlark +## 0.7.1 (April 13, 2022) + +* Add `MethodsBuilder::alloc`. + ## 0.7.0 (March 22, 2022) There have been many changes since the last release, focused on performance and features. These changes caused a number of API changes and behavioural changes, the most significant of which are listed below. diff --git a/starlark/Cargo.toml b/starlark/Cargo.toml index 56692aa6d..a7d4de556 100644 --- a/starlark/Cargo.toml +++ b/starlark/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "starlark" edition = "2021" -version = "0.7.0" +version = "0.7.1" license = "Apache-2.0" description = "An implementation of the Starlark language in Rust." documentation = "https://docs.rs/starlark"