We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e20b8 commit 147f7b3Copy full SHA for 147f7b3
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.2-rust-1.37.0
2
+
3
+* Improve logic for selecting binaries to include in deployment zip, especially on Windows
4
5
# 0.2.1-rust-1.37.0
6
7
* Upgrade to Rust [`1.37.0`](https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html)
Makefile
@@ -1,4 +1,4 @@
-VERSION ?= 0.2.1
+VERSION ?= 0.2.2
RUST_VERSION ?= 1.37.0
REPO ?= softprops/lambda-rust
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
0 commit comments