Skip to content

Commit

Permalink
Bump version to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Nov 10, 2024
1 parent b93c23c commit 48d0d6d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com//), and thi

## [Unreleased] - TBD

## [1.14.0] - 2024-11-10

- Adds Rails 8 support ([#73], [#74])
- Refactor and cleanup option handling ([#69])
- Adds Ruby 3.2 and 3.3 support ([#65], [#70])

## [1.13.0] - 2022-05-13

- Added a matcher for `replace_newlines` ([#62])
Expand Down Expand Up @@ -105,7 +111,8 @@ Added multibyte whitespace support to `:collapse_spaces` option ([#32])

## [0.9.0] - untracked

[Unreleased]: https://github.com/rmm5t/strip_attributes/compare/v1.13.0..HEAD
[Unreleased]: https://github.com/rmm5t/strip_attributes/compare/v1.14.0..HEAD
[1.14.0]: https://github.com/rmm5t/strip_attributes/compare/v1.13.0..v1.14.0
[1.13.0]: https://github.com/rmm5t/strip_attributes/compare/v1.12.0..v1.13.0
[1.12.0]: https://github.com/rmm5t/strip_attributes/compare/v1.11.0..v1.12.0
[1.11.0]: https://github.com/rmm5t/strip_attributes/compare/v1.10.1..v1.11.0
Expand Down Expand Up @@ -136,6 +143,11 @@ Added multibyte whitespace support to `:collapse_spaces` option ([#32])
[1.0.0]: https://github.com/rmm5t/strip_attributes/compare/v0.9.0..v1.0.0
[0.9.0]: https://github.com/rmm5t/strip_attributes/compare/a78b807..v0.9.0

[#74]: https://github.com/rmm5t/strip_attributes/pull/74
[#73]: https://github.com/rmm5t/strip_attributes/pull/73
[#70]: https://github.com/rmm5t/strip_attributes/pull/70
[#69]: https://github.com/rmm5t/strip_attributes/pull/69
[#65]: https://github.com/rmm5t/strip_attributes/pull/65
[#62]: https://github.com/rmm5t/strip_attributes/pull/62
[#58]: https://github.com/rmm5t/strip_attributes/pull/58
[#59]: https://github.com/rmm5t/strip_attributes/pull/59
Expand Down
2 changes: 1 addition & 1 deletion lib/strip_attributes/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StripAttributes
VERSION = "1.13.0"
VERSION = "1.14.0"
end

0 comments on commit 48d0d6d

Please sign in to comment.