Skip to content

Commit

Permalink
Merge branch 'update-build-matrix'
Browse files Browse the repository at this point in the history
* update-build-matrix:
  Bump version to 1.0.5
  Update changelog
  • Loading branch information
rmm5t committed May 12, 2022
2 parents 40fbfe5 + 6781623 commit dc3ad9b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 2 deletions.
41 changes: 40 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,40 @@
See [GitHub Releases](https://github.com/rmm5t/minitest-matchers_vaccine/releases)
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com//), and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased] - TBD

## [1.0.5] - 2022-05-12

- Add GitHub CI workflow
- Add Ruby 3 support

## [1.0.4] - 2016-05-31

- Prevent warnings for `@subject` instance variable not initialized

## [1.0.3] - 2016-05-31

- Improved Ruby 2.2 support (#1 thanks to @spovich).

## [1.0.2] - 2016-05-31

- Renamed MiniTest to Minitest

## [1.0.1] - 2016-05-31

- Bug fixes

## [1.0.0] - 2016-05-31

- Initial release

[Unreleased]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.5..HEAD
[1.0.5]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.4..v1.0.5
[1.0.4]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.3..v1.0.4
[1.0.3]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.2..v1.0.3
[1.0.2]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.1..v1.0.2
[1.0.1]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/v1.0.0..v1.0.1
[1.0.0]: https://github.com/rmm5t/minitest-matchers_vaccine/compare/6fdef88..v1.0.0
2 changes: 1 addition & 1 deletion lib/minitest/matchers_vaccine/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Minitest
module MatchersVaccine
VERSION = "1.0.4"
VERSION = "1.0.5"
end
end

0 comments on commit dc3ad9b

Please sign in to comment.