From cbe05cd637c14387df553b0ea8f0a879c732c5fd Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Thu, 27 Jan 2022 13:04:03 -0700 Subject: [PATCH] Release v0.10.5 --- CHANGELOG.md | 9 +++++---- README.md | 2 +- shard.yml | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e26df..5ce5e20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ 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.5] - 2022-01-27 +### Fixed - Fixed usage of `sample` with single block argument. [#41](https://github.com/icy-arctic-fox/spectator/issues/41#issuecomment-1022525702) ## [0.10.4] - 2022-01-11 @@ -371,8 +371,9 @@ 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.4...master -[0.10.3]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.3...v0.10.4 +[Unreleased]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.5...master +[0.10.5]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.4...v0.10.5 +[0.10.4]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.3...v0.10.4 [0.10.3]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.10.2...v0.10.3 [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 diff --git a/README.md b/README.md index 53d347d..78a6b17 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Add this to your application's `shard.yml`: development_dependencies: spectator: gitlab: arctic-fox/spectator - version: ~> 0.10.4 + version: ~> 0.10.5 ``` Usage diff --git a/shard.yml b/shard.yml index 343ed19..3eaf627 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: spectator -version: 0.10.4 +version: 0.10.5 description: | A feature-rich spec testing framework for Crystal with similarities to RSpec.