Skip to content

Commit 184b6f7

Browse files
committed
v0.9.0
1 parent b9a1b21 commit 184b6f7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## [Unreleased]
22

3+
## [0.9.0] - 2023-11-28
4+
5+
- Add `YARD/TagTypePosition`
6+
7+
## [0.8.0] - 2023-11-6
8+
9+
- Support EnforcedStylePrototypeName
10+
311
## [0.7.0] - 2023-10-14
412

513
- New feature

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-yard (0.8.2)
4+
rubocop-yard (0.9.0)
55
rubocop (~> 1.21)
66
yard
77

lib/rubocop/yard/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module RuboCop
44
module YARD
5-
VERSION = "0.8.2"
5+
VERSION = "0.9.0"
66
end
77
end

0 commit comments

Comments
 (0)