Skip to content

Commit 11819c8

Browse files
ksssclaude
andcommitted
Bump version to 1.1.0
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1c24b03 commit 11819c8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.0] - 2026-01-29
4+
5+
* Fix NoMethodError when method signature includes **nil by @ksss in https://github.com/ksss/rubocop-yard/pull/39
6+
* Migrate smoke tests to RSpec by @ksss in https://github.com/ksss/rubocop-yard/pull/38
7+
8+
## [1.0.0] - 2025-06-21
9+
10+
* Use plugins instead of require by @sue445 in https://github.com/ksss/rubocop-yard/pull/34
11+
312
## [0.10.0] - 2024-11-20
413

514
* Guess argument types by @ksss in https://github.com/ksss/rubocop-yard/pull/32

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 = "1.0.0"
5+
VERSION = "1.1.0"
66
end
77
end

0 commit comments

Comments
 (0)