Skip to content

Commit f0dcd6b

Browse files
committed
bump version
1 parent 0ff97a9 commit f0dcd6b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.2.7-rust-1.42.0
2+
3+
* Invoke user provided hooks for customized installation, building, and packaging needs [#59](https://github.com/softprops/lambda-rust/pull/59)
4+
15
# 0.2.6-rust-1.42.0
26

37
* Upgrade to Rust [`1.42.0`](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html)

Makefile

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

0 commit comments

Comments
 (0)