mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-19 20:14:05 +08:00
67 lines
2.0 KiB
Markdown
67 lines
2.0 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
This project adheres to [Semantic Versioning](https://semver.org).
|
|
|
|
<!--
|
|
Note: In this file, do not use the hard wrap in the middle of a sentence for compatibility with GitHub comment style markdown rendering.
|
|
-->
|
|
|
|
## [Unreleased]
|
|
|
|
## [1.1.5] - 2022-02-08
|
|
|
|
- Update `wasmtime@latest` to 0.34.0.
|
|
|
|
## [1.1.4] - 2022-02-06
|
|
|
|
- Update `cargo-llvm-cov@latest` to 0.2.0.
|
|
|
|
## [1.1.3] - 2022-02-06
|
|
|
|
- Update `cargo-minimal-versions@latest` to 0.1.3.
|
|
|
|
## [1.1.2] - 2022-01-21
|
|
|
|
- Update `cargo-hack@latest` to 0.5.12.
|
|
- Update `cargo-llvm-cov@latest` to 0.1.16.
|
|
- Update `cargo-minimal-versions@latest` to 0.1.2.
|
|
- Update `parse-changelog@latest` to 0.4.7.
|
|
|
|
## [1.1.1] - 2022-01-21
|
|
|
|
- Update `cargo-hack@latest` to 0.5.11.
|
|
|
|
## [1.1.0] - 2022-01-09
|
|
|
|
- Support `valgrind`, `wasm-pack`, and `wasmtime`.
|
|
|
|
## [1.0.3] - 2022-01-06
|
|
|
|
- Update `cargo-llvm-cov@latest` to 0.1.15.
|
|
|
|
## [1.0.2] - 2022-01-05
|
|
|
|
- Update `cargo-minimal-versions@latest` to 0.1.1.
|
|
|
|
## [1.0.1] - 2022-01-05
|
|
|
|
- Fix error in cases where the release has been created but the binary has not yet been uploaded.
|
|
|
|
## [1.0.0] - 2021-12-30
|
|
|
|
Initial release
|
|
|
|
[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.1.5...HEAD
|
|
[1.1.5]: https://github.com/taiki-e/install-action/compare/v1.1.4...v1.1.5
|
|
[1.1.4]: https://github.com/taiki-e/install-action/compare/v1.1.3...v1.1.4
|
|
[1.1.3]: https://github.com/taiki-e/install-action/compare/v1.1.2...v1.1.3
|
|
[1.1.2]: https://github.com/taiki-e/install-action/compare/v1.1.1...v1.1.2
|
|
[1.1.1]: https://github.com/taiki-e/install-action/compare/v1.1.0...v1.1.1
|
|
[1.1.0]: https://github.com/taiki-e/install-action/compare/v1.0.3...v1.1.0
|
|
[1.0.3]: https://github.com/taiki-e/install-action/compare/v1.0.2...v1.0.3
|
|
[1.0.2]: https://github.com/taiki-e/install-action/compare/v1.0.1...v1.0.2
|
|
[1.0.1]: https://github.com/taiki-e/install-action/compare/v1.0.0...v1.0.1
|
|
[1.0.0]: https://github.com/taiki-e/install-action/releases/tag/v1.0.0
|