Skip to content

Commit

Permalink
Prepare a new release
Browse files Browse the repository at this point in the history
Summary: Version 0.7.1, since we want the new feature it exposes.

Reviewed By: krallin

Differential Revision: D35612439

fbshipit-source-id: ecc4338c53a19214b3911740180a8ab80c1cf989
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Apr 13, 2022
1 parent ca9ad80 commit 299b2c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion starlark/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 299b2c7

Please sign in to comment.