Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Jun 11, 2024
1 parent d921d2e commit d3e25a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down

0 comments on commit d3e25a8

Please sign in to comment.