Skip to content

Commit

Permalink
Bump to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
moiristo committed Nov 20, 2024
1 parent f17602c commit 2c529c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [3.2.0] - 2024-11-20
## [3.2.1] - 2024-11-20

### Added

- Added Ruby 3.3.5 support
- Added Rails 8.0 support

## [3.2.0] - 2021-12-28

### Added

- Added GitHub Actions integration & badge
Expand Down Expand Up @@ -310,7 +314,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Convert existing code to a gem

[unreleased]: https://github.com/moiristo/deep_cloneable/compare/v3.2.0...HEAD
[unreleased]: https://github.com/moiristo/deep_cloneable/compare/v3.2.1...HEAD
[3.2.1]: https://github.com/moiristo/deep_cloneable/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/moiristo/deep_cloneable/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/moiristo/deep_cloneable/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/moiristo/deep_cloneable/compare/v2.4.0...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/deep_cloneable/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DeepCloneable
VERSION = '3.2.0'
VERSION = '3.2.1'
end

0 comments on commit 2c529c3

Please sign in to comment.