Release v0.10.4

This commit is contained in:
Michael Miller 2022-01-11 16:40:53 -07:00
parent 4057089c20
commit 4e7318b964
No known key found for this signature in database
GPG Key ID: AC78B32D30CE34A2
3 changed files with 5 additions and 4 deletions

View File

@ -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.4] - 2022-01-11
### Added
- Support string interpolation for example name/description. [#41](https://github.com/icy-arctic-fox/spectator/issues/41)
- Support multiple block arguments in `sample` block (`Hash#each`). [#41](https://github.com/icy-arctic-fox/spectator/issues/41#issuecomment-1010192486)
@ -367,7 +367,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.3...master
[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
[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

View File

@ -25,7 +25,7 @@ Add this to your application's `shard.yml`:
development_dependencies:
spectator:
gitlab: arctic-fox/spectator
version: ~> 0.10.3
version: ~> 0.10.4
```
Usage

View File

@ -1,5 +1,5 @@
name: spectator
version: 0.10.3
version: 0.10.4
description: |
A feature-rich spec testing framework for Crystal with similarities to RSpec.