diff --git a/CHANGELOG.md b/CHANGELOG.md index 67e12589..957a4a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Pry Doc changelog ================= +### v0.6.0 (March 8, 2014) + +* **Important:** dropped Ruby 1.8.7 support. +* Fixed (sort of [#19](https://github.com/pry/pry-doc/pull/19)) "Scanning and caching *.c files..." for show-doc Kernel.is_a? +* Rescanned docs for Ruby 2.0 (based on patchlevel 484) +* Rescanned docs for Ruby 2.1 +* Removed the gem certificate + ### v0.5.1 (December 26, 2013) * **Important:** previous version `v0.5.0` does _not_ support Ruby 2.1.0. This diff --git a/lib/pry-doc/version.rb b/lib/pry-doc/version.rb index 70746cb4..823c4e56 100755 --- a/lib/pry-doc/version.rb +++ b/lib/pry-doc/version.rb @@ -1,3 +1,3 @@ module PryDoc - VERSION = '0.5.1' + VERSION = '0.6.0' end