Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed May 14, 2024
1 parent 0157db8 commit 1eb7995
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.2.3] - 2024-05-13

### Added

- Added `expect/to_loosely_equal` for asserting on `Float` values.
Expand Down Expand Up @@ -53,7 +55,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.2...HEAD
[unreleased]: https://github.com/maxdeviant/startest/compare/v0.2.3...HEAD
[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
[0.2.0]: https://github.com/maxdeviant/startest/compare/v0.1.0...v0.2.0
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.2"
version = "0.2.3"
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 1eb7995

Please sign in to comment.