Skip to content

Commit c17cb6c

Browse files
committed
not a breaking change, let's leave that to 0.4
1 parent 2d14ce5 commit c17cb6c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# ⚡ 0.4.0 (unreleased)
1+
# ⚡ 0.3.8s
22

33
* experimental dockerless mode! To enable local builds add the following to your `serverless.yml` file
44

5-
```yml
5+
```diff
66
custom:
77
rust:
8-
dockerless: true
8+
+ dockerless: true
99
```
1010

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.
1212

1313
* bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to `0.2.7-rust-1.43.1`
1414
* 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)

Diff for: package.json

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

0 commit comments

Comments
 (0)