Skip to content

Commit

Permalink
chore(master): release 1.3.0 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 2, 2024
1 parent e1511bb commit f589f9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/sequra/sequra-style/compare/v1.2.0...v1.3.0) (2024-12-02)


### Features

* add Obsession/MethodOrder cop ([#32](https://github.com/sequra/sequra-style/issues/32)) ([e1511bb](https://github.com/sequra/sequra-style/commit/e1511bb5576c3b2d0e4cd28799ddb42a61913534))

## [1.2.0](https://github.com/sequra/sequra-style/compare/v1.1.0...v1.2.0) (2024-05-16)


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:
sequra-style (1.2.0)
sequra-style (1.3.0)
rubocop (~> 1)
rubocop-obsession (~> 0.1.11)
rubocop-performance (~> 1)
Expand Down
2 changes: 1 addition & 1 deletion lib/sequra/style/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sequra
module Style
VERSION = "1.2.0"
VERSION = "1.3.0"
end
end

0 comments on commit f589f9b

Please sign in to comment.