Bump version to v0.11.7

This commit is contained in:
Michael Miller 2023-10-16 17:34:49 -06:00
parent d72895fe10
commit 4a630b1ebf
No known key found for this signature in database
GPG Key ID: 32B47AE8F388A1FF
2 changed files with 4 additions and 3 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.11.7] - 2023-10-16
### Fixed
- Fix memoized value (`let`) with a union type causing segfault. [#81](https://gitlab.com/arctic-fox/spectator/-/issues/81)
@ -450,7 +450,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.6...master
[Unreleased]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.11.7...master
[0.11.7]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.11.6...v0.11.7
[0.11.6]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.11.5...v0.11.6
[0.11.5]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.11.4...v0.11.5
[0.11.4]: https://gitlab.com/arctic-fox/spectator/-/compare/v0.11.3...v0.11.4

View File

@ -1,5 +1,5 @@
name: spectator
version: 0.11.6
version: 0.11.7
description: |
Feature-rich testing framework for Crystal inspired by RSpec.