Skip to content

Commit b6d0371

Browse files
committed
update changelog
1 parent f907d94 commit b6d0371

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.3.5 (unreleased)
2+
3+
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.35.0 to gain [new rust 1.35.0 features](https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html).
4+
15
# ⚡ 0.3.4
26

37
- fix a `npx serverless invoke local` for versions of serverless framework `1.40.*` which now emits `package` events within `invokeLocal` events. [#38](https://github.com/softprops/serverless-rust/pull/38)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-rust",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Serverless framework plugin for Rustlang applications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)