Skip to content

Commit cb7c9da

Browse files
committed
bump version
1 parent 8b62fb2 commit cb7c9da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 0.3.0-rust-1.44.1
22

3-
* Put unzipped `boostrap` and `boostrap.debug` files under `target/lambda/${PROFILE}/output/${BIN}` dir
3+
* Put unzipped `boostrap` and `bootstrap.debug` files under `target/lambda/${PROFILE}/output/${BIN}` dir
44
to allow for using these artifacts without an intermediate `.zip` file creation step.
55
* Introduce `$PACKAGE` env var. Setting `-e PACKAGE=false` prevents `.zip` archive from
66
being created and `package` hook from running.

Makefile

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

0 commit comments

Comments
 (0)