summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Brictson <matt@mattbrictson.com>2017-04-28 10:13:41 -0700
committerMatt Brictson <matt@mattbrictson.com>2017-04-28 10:13:41 -0700
commitc7249cf5115dd21b5dc65b0122af6c3b0d063095 (patch)
tree3acf2d25f68083b3aef9721919d911a71128916d
parent39f3518a1a5424982d48e800056bed60c261f550 (diff)
downloadplist-c7249cf5115dd21b5dc65b0122af6c3b0d063095.tar.gz
Preparing v3.3.0v3.3.0
-rw-r--r--CHANGELOG.rdoc7
-rw-r--r--lib/plist/version.rb2
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index d3dcc0f..57618f0 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -2,9 +2,14 @@
=== Unreleased
-https://github.com/patsplat/plist/compare/dece870...HEAD
+https://github.com/patsplat/plist/compare/v3.3.0...HEAD
* Your contribution here!
+
+=== 3.3.0 (2017-04-28)
+
+https://github.com/patsplat/plist/compare/dece870...v3.3.0
+
* Fix ASCII/UTF-8 error (https://github.com/patsplat/plist/pull/38).
* Fix Fixnum, Bignum deprecations in Ruby 2.4
* Fix unused variable `e` warning
diff --git a/lib/plist/version.rb b/lib/plist/version.rb
index acce382..80b1f73 100644
--- a/lib/plist/version.rb
+++ b/lib/plist/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8
module Plist
- VERSION = '3.2.0'.freeze
+ VERSION = '3.3.0'.freeze
end