Bump version 0.10.3

This commit is contained in:
Michael Miller 2021-12-13 02:43:52 -07:00
parent 4d81031274
commit 66e3155a0d
No known key found for this signature in database
GPG Key ID: AC78B32D30CE34A2
3 changed files with 4 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.3] - 2021-10-13
### Fixed
- Fixed runtime error with `expect` outside of test block - now gives compilation error.
@ -358,7 +358,7 @@ 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.2...master
[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
[0.10.0]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.9.40...v0.10.0

View File

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

View File

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