Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmorem committed Nov 16, 2023
1 parent f041212 commit ab25453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ jobs:
git add data/rules.txt src/list.rs
git commit -m 'update the list'
cargo install --force --version 0.3.30 release-plz
/home/runner/.cargo/bin/release-plz update --no-changelog --verbose
/home/runner/.cargo/bin/release-plz update --no-changelog
git add Cargo.toml
git commit -m 'bump version'
/home/runner/.cargo/bin/release-plz release --verbose
/home/runner/.cargo/bin/release-plz release
fi
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "psl"
description = "Extract root domain and suffix from a domain name"
version = "2.1.4"
version = "2.1.5"
license = "MIT/Apache-2.0"
repository = "https://github.com/addr-rs/psl"
documentation = "https://docs.rs/psl"
Expand Down

0 comments on commit ab25453

Please sign in to comment.