Skip to content

Commit d4a5b99

Browse files
committed
1.1.0
1 parent 984e027 commit d4a5b99

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## [Unreleased]
22

3+
## [1.1.0]
4+
5+
- Add `LintRoller::Support` module of classes designed to make it a little
6+
easier to author plugins. `MergesUpstreamMetadata#merge` will allow a minimal
7+
YAML config (say, `standard-sorbet`'s, which only contains `Enabled` values for
8+
each rule) to merge in any other defaults from a source YAML (e.g.
9+
`rubocop-sorbet`'s which includes `Description`, `VersionAdded`, and so on).
10+
This way that metadata is neither absent at runtime nor duplicated in a standard
11+
plugin that mirrors a rubocop extension
12+
313
## [1.0.0]
414

515
- Initial release

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
lint_roller (1.0.0)
4+
lint_roller (1.1.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/lint_roller/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module LintRoller
2-
VERSION = "1.0.0"
2+
VERSION = "1.1.0"
33
end

0 commit comments

Comments
 (0)