Skip to content

Commit

Permalink
Add new release version
Browse files Browse the repository at this point in the history
  • Loading branch information
safafa committed Nov 13, 2023
1 parent a93de2e commit 7be414d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 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-13)

### New features

* [#31](https://github.com/solidusio/rubocop-solidus/issues/31): Add discounted amount deprecated warning cop. ([@safafa][])
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-solidus (0.2.0)
rubocop-solidus (0.3.0)
rubocop

GEM
Expand Down
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Solidus/ClassEvalDecorator:
Solidus/DiscountedAmountDeprecated:
Description: 'Checks if .discounted_amount is being used and suggest using .total_before_tax instead.'
Enabled: true
VersionAdded: '<<next>>'
VersionAdded: '0.3'
Reference: 'https://github.com/solidusio/rubocop-solidus/issues/31'

Solidus/ExistingCardIdDeprecated:
Expand Down
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

* [#31](https://github.com/solidusio/rubocop-solidus/issues/31): Add discounted amount deprecated warning cop. ([@safafa][])

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

0 comments on commit 7be414d

Please sign in to comment.