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
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# ⚡ 0.4.0 (unreleased)
1
+
# ⚡ 0.3.8s
2
2
3
3
* experimental dockerless mode! To enable local builds add the following to your `serverless.yml` file
4
4
5
-
```yml
5
+
```diff
6
6
custom:
7
7
rust:
8
-
dockerless: true
8
+
+ dockerless: true
9
9
```
10
10
11
-
This comes with some new expectations about your local environment. Please see the readme section on local builds for more information.
11
+
This comes with some new added expectations about your local environment. Please see the readme section on local builds for more information.
12
12
13
13
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to `0.2.7-rust-1.43.1`
14
14
* The docker image used to build artifacts is now configurable though the `custom.rust.dockerImage``serverless.yml` config setting. The default remains `softprops/lambda-rust`[#65](https://github.com/softprops/serverless-rust/pull/65)
0 commit comments