Skip to content

Commit

Permalink
Release v0.8.0-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed May 13, 2020
1 parent 8e4745f commit b05911c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ jobs:
override: true
- run: cargo login $CRATES_IO_TOKEN
- run: cargo publish --manifest-path bin/Cargo.toml
cargo publish --manifest-path lib/Cargo.toml
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

Expand All @@ -144,8 +143,7 @@ jobs:
toolchain: stable
override: true
- run: cargo login $CRATES_IO_TOKEN
- run: cargo publish --manifest-path bin/Cargo.toml
cargo publish --manifest-path lib/Cargo.toml
- run: cargo publish --manifest-path lib/Cargo.toml
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ categories = ["command-line-utilities"]
[dependencies]
structopt = "0.3.14"
console = "0.11.2"
git-anger-library = { path = "../lib", version = "0.7.0", features=["table", "json"] }
git-anger-library = { path = "../lib", version = "0.8.0", features=["table", "json"] }
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-anger-library"
version = "0.7.0"
version = "0.8.0"
edition = "2018"
authors = ["Sondre Nilsen <nilsen.sondre@gmail.com>"]
description = "Count your naughty words in git commit messages"
Expand Down

0 comments on commit b05911c

Please sign in to comment.