Skip to content

Commit

Permalink
Release 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 26, 2024
1 parent 456efb9 commit f885488
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,23 @@

=== Unreleased

https://github.com/patsplat/plist/compare/v3.7.1...HEAD
https://github.com/patsplat/plist/compare/v3.7.2...HEAD

* Your contribution here!

=== 3.7.2 (2024-12-26)

https://github.com/patsplat/plist/compare/v3.7.1...v3.7.2

Bug fixes:

* Fix frozen string literal warnings on Ruby 3.4 (https://github.com/patsplat/plist/pull/65)

Housekeeping:

* Add Ruby 3.4 to CI (https://github.com/patsplat/plist/pull/66)
* Pin test-unit gem to ensure CI works on Ruby 1.9 (https://github.com/patsplat/plist/pull/67)

=== 3.7.1 (2023-12-26)

https://github.com/patsplat/plist/compare/v3.7.0...v3.7.1
Expand Down
2 changes: 1 addition & 1 deletion lib/plist/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8

module Plist
VERSION = '3.7.1'.freeze
VERSION = '3.7.2'.freeze
end

0 comments on commit f885488

Please sign in to comment.