Skip to content

Commit fe90d0b

Browse files
committed
prep for release 0.2.6
1 parent 7e35932 commit fe90d0b

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.6-rust-1.38.0
2+
3+
* Debug info in `release` profiles is now only included when a `DEBUGINFO` env variable is provided. This perserves previous behavior and makes enabling this an opt-in feature for `release` binaries
4+
15
# 0.2.5-rust-1.38.0
26

37
* reduced total size of docker image by **~277MB** leveraging new [rustup `minimal` profile](https://blog.rust-lang.org/2019/10/15/Rustup-1.20.0.html)

Makefile

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

0 commit comments

Comments
 (0)