From 34aa46714e2e48de03912979da1e40e6cf000e10 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Sat, 18 May 2024 15:24:14 -0400 Subject: [PATCH] v0.2.4 --- CHANGELOG.md | 5 ++++- gleam.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1870750..560eb6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4] - 2024-05-18 + ### Changed - Upgraded `glint` to v1.0.0-rc2. @@ -59,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[unreleased]: https://github.com/maxdeviant/startest/compare/v0.2.3...HEAD +[unreleased]: https://github.com/maxdeviant/startest/compare/v0.2.4...HEAD +[0.2.4]: https://github.com/maxdeviant/startest/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/maxdeviant/startest/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/maxdeviant/startest/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/maxdeviant/startest/compare/v0.2.0...v0.2.1 diff --git a/gleam.toml b/gleam.toml index dc1c578..4913ecd 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "startest" -version = "0.2.3" +version = "0.2.4" description = "A testing framework to help you shoot for the stars" licenses = ["MIT"] repository = { type = "github", user = "maxdeviant", repo = "startest" }