diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d83db8..9063b01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.2.6-rust-1.42.0 + +* Upgrade to Rust [`1.42.0`](https://blog.rust-lang.org/2020/03/12/Rust-1.42.html) + # 0.2.6-rust-1.41.0 * Upgrade to Rust [`1.41.0`](https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html) diff --git a/LICENSE b/LICENSE index a0fa6d0..a28713d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018 Doug Tangren +Copyright (c) 2020 Doug Tangren Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/Makefile b/Makefile index 602762e..4e9e15c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ VERSION ?= 0.2.6 -RUST_VERSION ?= 1.41.0 +RUST_VERSION ?= 1.42.0 REPO ?= softprops/lambda-rust TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)" diff --git a/README.md b/README.md index c15cd50..6f6f1cd 100644 --- a/README.md +++ b/README.md @@ -102,4 +102,4 @@ $ unzip -o \ # Ctrl-D to yield control back to your function ``` -Doug Tangren (softprops) 2018 +Doug Tangren (softprops) 2020