diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 92caf08..7c3953d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -9,4 +9,5 @@ jobs: - uses: boa-dev/criterion-compare-action@v3 with: branchName: ${{ github.base_ref }} + benchName: "kmatrix_benchmark" token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index f2f61f5..602655f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.2](https://github.com/denehoffman/laddu/compare/v0.1.1...v0.1.2) - 2024-10-17 + +### Other + +- remove tag check + ## [0.1.1](https://github.com/denehoffman/laddu/compare/v0.1.0...v0.1.1) - 2024-10-17 ### Other diff --git a/Cargo.toml b/Cargo.toml index fff31a2..f341bbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "laddu" -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Amplitude analysis made short and sweet" documentation = "https://docs.rs/laddu"