Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
softprops committed Jul 30, 2018
1 parent 8e895dd commit 1fc7a7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# ⚡ 0.1.5

* ensure only a unique set of artifacts are collected for cleanup
* Allocate a docker pseudo-tty so that process signals are forwarded (Keyboard interrupts stop docker process)

# ⚡ 0.1.4

* 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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Install the plugin with npm

```bash
$ npm install [email protected].4
$ npm install [email protected].5
```

💡 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-rust",
"version": "0.1.4",
"version": "0.1.5",
"description": "Serverless framework plugin for Rustlang applications",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1fc7a7b

Please sign in to comment.