From bc61e0e64f114dc56d89278d655ece0ba304f12e Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Fri, 22 Oct 2021 17:43:33 -0600 Subject: [PATCH] Release 0.10.2 --- CHANGELOG.md | 5 +++-- shard.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28968d3..eb3ffa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.10.2] - 2021-10-22 ### Fixed - Fix usage of `be ===` and `be =~` [#34](https://github.com/icy-arctic-fox/spectator/issues/34) - Better handling of the `be(nil)` when used with value types. [#37](https://github.com/icy-arctic-fox/spectator/issues/37) @@ -351,7 +351,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.10.1...master +[Unreleased]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.2...master +[0.10.2]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.1...v0.10.2 [0.10.1]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.0...v0.10.1 [0.10.0]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.9.40...v0.10.0 [0.9.40]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.9.39...v0.9.40 diff --git a/shard.yml b/shard.yml index 84c25b8..fb25c11 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: spectator -version: 0.10.1 +version: 0.10.2 description: | A feature-rich spec testing framework for Crystal with similarities to RSpec.