Skip to content

Commit

Permalink
Create new version
Browse files Browse the repository at this point in the history
  • Loading branch information
safafa committed Nov 10, 2023
1 parent 465fb4c commit e9ea6cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## main (unreleased)

## 0.3.0 (2023-11-07)

### New features

* [#25](https://github.com/solidusio/rubocop-solidus/issues/25): Add solidus/tax_category_deprecated warning cop. ([@safafa][])
Expand Down
3 changes: 2 additions & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,6 @@ Solidus/SpreeTDeprecated:
Solidus/TaxCategoryDeprecated:
Description: 'Checks if tax_category is being used and issue a warning'
Enabled: true
VersionAdded: '<<next>>'
VersionAdded: '0.3'
Reference: 'https://github.com/solidusio/rubocop-solidus/issues/25'

2 changes: 1 addition & 1 deletion lib/rubocop/solidus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RuboCop
module Solidus
VERSION = '0.2.0'
VERSION = '0.3.0'
end
end
5 changes: 5 additions & 0 deletions relnotes/v0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### New features

* [#25](https://github.com/solidusio/rubocop-solidus/issues/25): Add solidus/tax_category_deprecated warning cop. ([@safafa][])

[@safafa]: https://github.com/safafa

0 comments on commit e9ea6cb

Please sign in to comment.