Skip to content

Commit 299b2c7

Browse files
ndmitchellfacebook-github-bot
authored andcommitted
Prepare a new release
Summary: Version 0.7.1, since we want the new feature it exposes. Reviewed By: krallin Differential Revision: D35612439 fbshipit-source-id: ecc4338c53a19214b3911740180a8ab80c1cf989
1 parent ca9ad80 commit 299b2c7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Starlark
22

3+
## 0.7.1 (April 13, 2022)
4+
5+
* Add `MethodsBuilder::alloc`.
6+
37
## 0.7.0 (March 22, 2022)
48

59
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.

starlark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "starlark"
33
edition = "2021"
4-
version = "0.7.0"
4+
version = "0.7.1"
55
license = "Apache-2.0"
66
description = "An implementation of the Starlark language in Rust."
77
documentation = "https://docs.rs/starlark"

0 commit comments

Comments
 (0)