diff --git a/CHANGELOG.md b/CHANGELOG.md index 15ca4fc..da79018 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.3.0] - 2024-06-11 + ### Added - Added `expect/string_to_contain` for asserting that a string contains another string. @@ -74,7 +76,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.4...HEAD +[unreleased]: https://github.com/maxdeviant/startest/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/maxdeviant/startest/compare/v0.2.4...v0.3.0 [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 diff --git a/gleam.toml b/gleam.toml index 4913ecd..cdfdd75 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "startest" -version = "0.2.4" +version = "0.3.0" description = "A testing framework to help you shoot for the stars" licenses = ["MIT"] repository = { type = "github", user = "maxdeviant", repo = "startest" }