Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed May 7, 2024
1 parent 0e132a9 commit 0d454fe
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.2] - 2024-05-06

### Changed

- Pinned `glint` to v1.0.0-rc1.
Expand Down Expand Up @@ -47,7 +49,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.1...HEAD
[unreleased]: https://github.com/maxdeviant/startest/compare/v0.2.2...HEAD
[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
[0.1.0]: https://github.com/maxdeviant/startest/compare/6e7e1f2...v0.1.0
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.1"
version = "0.2.2"
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 0d454fe

Please sign in to comment.