Skip to content

Commit 13c05ed

Browse files
committed
prepare for patch version + add semver check
1 parent 0889e76 commit 13c05ed

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/CI.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,13 @@ jobs:
8484
working-directory: .
8585
run: |
8686
make sort-check
87+
88+
semver-checks:
89+
needs: [check]
90+
runs-on: ubuntu-latest
91+
steps:
92+
- uses: actions/checkout@v6
93+
- name: Check semver
94+
uses: obi1kenobi/cargo-semver-checks-action@v2
95+
with:
96+
rust-toolchain: ${{env.RUST_TOOLCHAIN}}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
name = "datastar"
1414
readme = "README.md"
1515
repository = "https://github.com/starfederation/datastar-rust"
16-
version = "0.3.1"
16+
version = "0.3.2"
1717
rust-version = "1.85.0"
1818

1919
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)