Skip to content

Commit b05911c

Browse files
committed
Release v0.8.0-lib
1 parent 8e4745f commit b05911c

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ jobs:
128128
override: true
129129
- run: cargo login $CRATES_IO_TOKEN
130130
- run: cargo publish --manifest-path bin/Cargo.toml
131-
cargo publish --manifest-path lib/Cargo.toml
132131
env:
133132
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
134133

@@ -144,8 +143,7 @@ jobs:
144143
toolchain: stable
145144
override: true
146145
- run: cargo login $CRATES_IO_TOKEN
147-
- run: cargo publish --manifest-path bin/Cargo.toml
148-
cargo publish --manifest-path lib/Cargo.toml
146+
- run: cargo publish --manifest-path lib/Cargo.toml
149147
env:
150148
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
151149

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ categories = ["command-line-utilities"]
1515
[dependencies]
1616
structopt = "0.3.14"
1717
console = "0.11.2"
18-
git-anger-library = { path = "../lib", version = "0.7.0", features=["table", "json"] }
18+
git-anger-library = { path = "../lib", version = "0.8.0", features=["table", "json"] }

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-anger-library"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
edition = "2018"
55
authors = ["Sondre Nilsen <nilsen.sondre@gmail.com>"]
66
description = "Count your naughty words in git commit messages"

0 commit comments

Comments
 (0)