diff --git a/CHANGELOG.md b/CHANGELOG.md index 736533c..6c1ec54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.11.3] - 2022-09-03 ### Fixed - Display error block (failure message and stack trace) when using `fail`. [#78](https://gitlab.com/arctic-fox/spectator/-/issues/78) +- Defining a custom matcher outside of the `Spectator` namespace no longer produces a compilation error. [#46](https://github.com/icy-arctic-fox/spectator/issues/46) ## [0.11.2] - 2022-08-07 ### Fixed @@ -402,7 +403,8 @@ This has been changed so that it compiles and raises an error at runtime with a First version ready for public use. -[Unreleased]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.11.2...master +[Unreleased]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.11.3...master +[0.11.3]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.11.2...v0.11.3 [0.11.2]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.11.1...v0.11.2 [0.11.1]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.11.0...v0.11.1 [0.11.0]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.6...v0.11.0 diff --git a/shard.yml b/shard.yml index 44dd661..c30a45f 100644 --- a/shard.yml +++ b/shard.yml @@ -1,7 +1,7 @@ name: spectator -version: 0.11.2 +version: 0.11.3 description: | - A feature-rich spec testing framework for Crystal with similarities to RSpec. + Feature-rich testing framework for Crystal inspired by RSpec. authors: - Michael Miller