Skip to content

Commit

Permalink
fix: create release (#18)
Browse files Browse the repository at this point in the history
* chore: update dev (#10)

* chore(deps): bump futures-util from 0.3.5 to 0.3.6

Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.5 to 0.3.6.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.5...0.3.6)

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump serde from 1.0.114 to 1.0.116

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.114 to 1.0.116.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.114...v1.0.116)

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump warp from 0.2.4 to 0.2.5

Bumps [warp](https://github.com/seanmonstar/warp) from 0.2.4 to 0.2.5.
- [Release notes](https://github.com/seanmonstar/warp/releases)
- [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/warp@v0.2.4...v0.2.5)

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump bcrypt from 0.8.1 to 0.8.2

Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.8.1 to 0.8.2.
- [Release notes](https://github.com/Keats/rust-bcrypt/releases)
- [Commits](Keats/rust-bcrypt@v0.8.1...v0.8.2)

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): bump simplelog from 0.7.6 to 0.8.0

Bumps [simplelog](https://github.com/drakulix/simplelog.rs) from 0.7.6 to 0.8.0.
- [Release notes](https://github.com/drakulix/simplelog.rs/releases)
- [Changelog](https://github.com/Drakulix/simplelog.rs/blob/master/CHANGELOG.md)
- [Commits](Drakulix/simplelog.rs@v0.7.6...v0.8.0)

Signed-off-by: dependabot[bot] <[email protected]>

* chore: get release going (#9)

* improve

* fix

* chore: release

* fix mail

* install packages

* fix release

* fix: add dependencies

* fix

* fix: version

* fix

* chore: add package.json to dependabot

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: fix package.json

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
conblem and dependabot[bot] authored Oct 12, 2020
1 parent 0f109f0 commit de4d0ff
Show file tree
Hide file tree
Showing 3 changed files with 1,162 additions and 386 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,10 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "chore"
include: "scope"
Loading

0 comments on commit de4d0ff

Please sign in to comment.