diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 620927f..3e3226b 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 8a864af..9294222 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"