Skip to content

Commit 147f7b3

Browse files
committed
release prep
1 parent 84e20b8 commit 147f7b3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 0.2.1-rust-1.37.0
26

37
* Upgrade to Rust [`1.37.0`](https://blog.rust-lang.org/2019/08/15/Rust-1.37.0.html)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION ?= 0.2.1
1+
VERSION ?= 0.2.2
22
RUST_VERSION ?= 1.37.0
33
REPO ?= softprops/lambda-rust
44
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"

0 commit comments

Comments
 (0)