diff --git a/.github/workflows/publish_crate.yml b/.github/workflows/publish_crate.yml index a60fc3c..7a07f94 100644 --- a/.github/workflows/publish_crate.yml +++ b/.github/workflows/publish_crate.yml @@ -153,7 +153,7 @@ jobs: - name: Publish .tar.gz release uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') && matrix.archive == 'tar.gz' + if: startsWith(github.ref, 'refs/tags/') with: files: slinky-cli-${{ matrix.builder.target }}.tar.gz diff --git a/CHANGELOG.md b/CHANGELOG.md index 539c416..86fca55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,23 +7,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.3] - 2024-07-15 + +### Fixed + +- Fix CI not uploading build artifacts to Github release. +- Fix README badge. + ## [0.2.2] - 2024-07-15 -### Fix +### Fixed -- Fix release +- Fix release. ## [0.2.1] - 2024-07-15 [YANKED] -### Fix +### Fixed -- Fix MSRV +- Fix MSRV. ## [0.2.0] - 2024-07-15 [YANKED] ### Added -- Initial release +- Initial release. [unreleased]: https://github.com/decompals/slinky/compare/0.2.2...main diff --git a/README.md b/README.md index 4be1cd5..6390776 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # slinky -![Crates.io Version](https://img.shields.io/crates/v/2Fslinky?link=https%3A%2F%2Fcrates.io%2Fcrates%2Fslinky) +![Crates.io Version](https://img.shields.io/crates/v/slinky) ![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/slinky) ![Crates.io MSRV](https://img.shields.io/crates/msrv/slinky) ![GitHub](https://img.shields.io/github/license/decompals/slinky)