Skip to content

Commit

Permalink
Release 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 30, 2020
1 parent 9b14945 commit ce8f9ae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
18 changes: 16 additions & 2 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,25 @@

=== Unreleased

https://github.com/patsplat/plist/compare/v3.5.0...HEAD
https://github.com/patsplat/plist/compare/v3.6.0...HEAD

* Your contribution here!

=== 3.6.0 (2020-12-30)

https://github.com/patsplat/plist/compare/v3.5.0...v3.6.0

New features and important changes:

* Do not indent multiline string values (https://github.com/patsplat/plist/pull/54)
* Add Ruby 2.7 and 3.0 to CI
* Add `Plist::UnimplementedElementError` (https://github.com/patsplat/plist/pull/51)
* Add support for text inside `<![CDATA[ ... ]]>` (https://github.com/patsplat/plist/pull/49)

Housekeeping:

* Add Ruby 2.7 and 3.0 to CI (https://github.com/patsplat/plist/pull/55)
* add docker-compose for development (https://github.com/patsplat/plist/pull/47)
* Replace `require` with `require_relative`(https://github.com/patsplat/plist/pull/52)

=== 3.5.0 (2018-12-22)

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.5.0'.freeze
VERSION = '3.6.0'.freeze
end

0 comments on commit ce8f9ae

Please sign in to comment.