summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Brictson <matt@mattbrictson.com>2019-07-03 08:05:10 -0700
committerMatt Brictson <matt@mattbrictson.com>2019-07-03 08:05:10 -0700
commit1bab7acee6a0c2d4ad9b1a5ff2b05934bf043bcd (patch)
tree905e4f4d8c0c5cb7e120fd6e34669b44559c69e3
parent99514e30a2d9f64c1bec7f2bfde798e26885982c (diff)
downloadplist-1bab7acee6a0c2d4ad9b1a5ff2b05934bf043bcd.tar.gz
3.5.0 was released on 2018-12-22 to rubygemsv3.5.0
The gem was packaged and published to rubygems but never committed to GitHub. This commit catches up the repo to match the published gem.
-rw-r--r--CHANGELOG.rdoc8
-rw-r--r--lib/plist/version.rb2
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc
index 3ad00e2..7a479d9 100644
--- a/CHANGELOG.rdoc
+++ b/CHANGELOG.rdoc
@@ -2,10 +2,16 @@
=== Unreleased
-https://github.com/patsplat/plist/compare/v3.4.0...HEAD
+https://github.com/patsplat/plist/compare/v3.5.0...HEAD
* Your contribution here!
+=== 3.5.0 (2018-12-22)
+
+https://github.com/patsplat/plist/compare/v3.4.0...v3.5.0
+
+* Only ship the required libs in the gem artifact (https://github.com/patsplat/plist/pull/48)
+
=== 3.4.0 (2017-12-08)
https://github.com/patsplat/plist/compare/v3.3.0...v3.4.0
diff --git a/lib/plist/version.rb b/lib/plist/version.rb
index 36533cf..b3fa529 100644
--- a/lib/plist/version.rb
+++ b/lib/plist/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8
module Plist
- VERSION = '3.4.0'.freeze
+ VERSION = '3.5.0'.freeze
end