You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ⚡ 0.3.4
2
2
3
-
- fix a `npx serverless invoke local` for versions of serverless framework `1.40.*` which now emit`package` events as within `invokeLocal` events. [#38](https://github.com/softprops/serverless-rust/pull/38)
3
+
- 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)
4
4
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.34.1 to gain [new rust 1.34.1 features](https://blog.rust-lang.org/2019/04/25/Rust-1.34.1.html).
5
5
- use `os.homedir()` instead of `process.env['HOME']` for improved portability
0 commit comments