Skip to content

Commit b455f51

Browse files
committed
update changelog
1 parent b6d0371 commit b455f51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can still use this plugin with older versions of serverless but `invoke loca
3131

3232
# ⚡ 0.3.0
3333

34-
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.32.0, fixing a bug where cargo binaries named `bootstrap` weren't getting packaged. Reminder: this plugin renames binaries to `bootstrap` for the lambda runtime for you. You don't have do to this manually in your Cargo configuration. This also introduces an effiency in the way binaries are identified for packaging that may help some windows users.
34+
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.2.1-rust-1.32.0, fixing a bug where cargo binaries named `bootstrap` weren't getting packaged. Reminder: this plugin renames binaries to `bootstrap` for the lambda runtime for you. You don't have do to this manually in your Cargo configuration. This also introduces an efficiency in the way binaries are identified for packaging that may help some windows users.
3535
- bump serverless version to [`1.37.1`](https://github.com/serverless/serverless/releases/tag/v1.37.1)
3636

3737

@@ -67,7 +67,7 @@ You can still use this plugin with older versions of serverless but `invoke loca
6767

6868
- bump [lambda-rust](https://hub.docker.com/r/softprops/lambda-rust/) docker version to 0.1.0-rust-1.27.2, to make the new default Rust 1.27.2 (the latest release of Rust at this time)
6969
- speed up deployments by ~3.2 seconds by disabling excludeDevDependencies. it's on by default but it's not useful for for Rust focused services
70-
- the `custom.rust` config object can be overrided at the function level
70+
- the `custom.rust` config object can be overridden at the function level
7171

7272
```yaml
7373
functions:
@@ -89,7 +89,7 @@ functions:
8989
# ⚡ 0.1.2
9090
9191
- bump lambda rust docker version to 0.1.0-rust-1.26.2
92-
- use a polyfill for fs.copyFileSync to accomidate older versions of node on travis ci
92+
- use a polyfill for fs.copyFileSync to accommodate older versions of node on travis ci
9393
9494
# ⚡ 0.1.1
9595

0 commit comments

Comments
 (0)