We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0889e76 commit 13c05edCopy full SHA for 13c05ed
.github/workflows/CI.yml
@@ -84,3 +84,13 @@ jobs:
84
working-directory: .
85
run: |
86
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
@@ -13,7 +13,7 @@ license = "MIT"
13
name = "datastar"
14
readme = "README.md"
15
repository = "https://github.com/starfederation/datastar-rust"
16
-version = "0.3.1"
+version = "0.3.2"
17
rust-version = "1.85.0"
18
19
[package.metadata.docs.rs]
0 commit comments