From 9c73dbd71bbf85b3684ccd2970117e6e4b66f691 Mon Sep 17 00:00:00 2001 From: Sam Symons Date: Sat, 8 Nov 2014 19:27:46 -0800 Subject: [PATCH] RedditKit.rb 1.0.2. --- CHANGELOG.md | 10 ++++++++++ lib/redditkit/version.rb | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c5c4b42 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +## 1.0.2 + +* Fix an issue with the `permalink` method returning URLs with duplicate forward slashes. +* Fix an equality issue with the `Thing` class. +* Fix an issue with links which contain Unicode characters. (@martydill) +* Fix an issue with the options hash. (Nicolas Andreas Grunbaum) + +## 1.0.0 + +Initial release of RedditKit.rb! \ No newline at end of file diff --git a/lib/redditkit/version.rb b/lib/redditkit/version.rb index f9f12ae..53c44d0 100644 --- a/lib/redditkit/version.rb +++ b/lib/redditkit/version.rb @@ -3,8 +3,8 @@ module RedditKit # A class for managing RedditKit's version number. class Version MAJOR = 1 - MINOR = 1 - PATCH = 0 + MINOR = 0 + PATCH = 2 class << self def to_s