We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba77b7b commit 3ac92e6Copy full SHA for 3ac92e6
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## master (unreleased)
4
5
+## 2.0.0 (2025-02-17)
6
+
7
+- Migrate to new RuboCop Plugin architecture.
8
9
## 1.2.4 (2024-10-16)
10
11
- Fix RuboCop warnings.
lib/rubocop/markdown/version.rb
@@ -2,6 +2,6 @@
module RuboCop
module Markdown
- VERSION = "1.2.4"
+ VERSION = "2.0.0"
end
0 commit comments