Skip to content

Commit

Permalink
Release 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 26, 2023
1 parent 4b87dcf commit 99a851c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,22 @@

=== Unreleased

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

* Your contribution here!

=== 3.7.1 (2023-12-26)

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

Bug fixes:

* Remove runtime dependency on `base64` gem to fix Ruby 3.3 warning (https://github.com/patsplat/plist/pull/63)

Housekeeping:

* Add Ruby 3.3 to CI and fix CI for Ruby < 2.3 (https://github.com/patsplat/plist/pull/64)

=== 3.7.0 (2023-02-21)

https://github.com/patsplat/plist/compare/v3.6.0...v3.7.0
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.0'.freeze
VERSION = '3.7.1'.freeze
end

0 comments on commit 99a851c

Please sign in to comment.