We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c24b03 commit 11819c8Copy full SHA for 11819c8
CHANGELOG.md
@@ -1,5 +1,14 @@
1
## [Unreleased]
2
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
12
## [0.10.0] - 2024-11-20
13
14
* Guess argument types by @ksss in https://github.com/ksss/rubocop-yard/pull/32
lib/rubocop/yard/version.rb
@@ -2,6 +2,6 @@
module RuboCop
module YARD
- VERSION = "1.0.0"
+ VERSION = "1.1.0"
end
0 commit comments