Skip to content

Commit 1fc7a7b

Browse files
committed
bump version
1 parent 8e895dd commit 1fc7a7b

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# ⚡ 0.1.5
2+
3+
* ensure only a unique set of artifacts are collected for cleanup
4+
* Allocate a docker pseudo-tty so that process signals are forwarded (Keyboard interrupts stop docker process)
5+
16
# ⚡ 0.1.4
27

38
* 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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Install the plugin with npm
99

1010
```bash
11-
$ npm install [email protected].4
11+
$ npm install [email protected].5
1212
```
1313

1414
💡 This serverless plugin assumes you are building Rustlang lambdas using the [lando](https://github.com/softprops/lando) or [crowbar](https://github.com/ilianaw/rust-crowbar) rustlang crates.

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.1.4",
3+
"version": "0.1.5",
44
"description": "Serverless framework plugin for Rustlang applications",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)