Skip to content

Commit ca5ddbf

Browse files
committed
Cut 0.25.0
1 parent 169aa24 commit ca5ddbf

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master (unreleased)
44

5+
## 0.25.0 (2022-12-10)
6+
57
### New features
68

79
* [#200](https://github.com/rubocop/rubocop-minitest/issues/200): Support `it` testing block for minitest/spec. ([@koic][])

docs/antora.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: rubocop-minitest
22
title: RuboCop Minitest
33
# We always provide version without patch here (e.g. 1.1),
44
# as patch versions should not appear in the docs.
5-
version: ~
5+
version: '0.25'
66
nav:
77
- modules/ROOT/nav.adoc

lib/rubocop/minitest/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module Minitest
55
# This module holds the RuboCop Minitest version information.
66
module Version
7-
STRING = '0.24.0'
7+
STRING = '0.25.0'
88

99
def self.document_version
1010
STRING.match('\d+\.\d+').to_s

relnotes/v0.25.0.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### New features
2+
3+
* [#200](https://github.com/rubocop/rubocop-minitest/issues/200): Support `it` testing block for minitest/spec. ([@koic][])
4+
5+
[@koic]: https://github.com/koic

0 commit comments

Comments
 (0)