We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbac7e8 commit 231a7fbCopy full SHA for 231a7fb
CHANGELOG.md
@@ -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
7
# 0.2.0-rust-1.32.0
8
9
* Upgrade to Rust [`1.32.0`](https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html)
Makefile
@@ -1,4 +1,4 @@
-VERSION ?= 0.2.0
+VERSION ?= 0.2.1
RUST_VERSION ?= 1.32.0
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
0 commit comments