Skip to content

Commit 231a7fb

Browse files
committed
prep for next release
1 parent cbac7e8 commit 231a7fb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.1-rust-1.32.0 (unreleased)
2+
3+
* Added support for `BIN` env variable for naming precisely the bin to package
4+
* Handle case where Cargo bin is explicitly named `bootstrap`
5+
* Introduce integration testing
6+
17
# 0.2.0-rust-1.32.0
28

39
* Upgrade to Rust [`1.32.0`](https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html)

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.2.0
1+
VERSION ?= 0.2.1
22
RUST_VERSION ?= 1.32.0
33
REPO ?= softprops/lambda-rust
44
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"

0 commit comments

Comments
 (0)