We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fd0d1 commit fa3ff1aCopy full SHA for fa3ff1a
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.10.1](https://github.com/os97673/debase-ruby_core_source/compare/v0.10.0...v0.10.1)
2
+
3
+* ruby 2.2.9 added
4
+* ruby 2.3.6 added
5
+* ruby 2.4.3 added
6
+* ruby 2.5.0-rc1 added
7
8
## [0.10.0](https://github.com/os97673/debase-ruby_core_source/compare/v0.9.11...v0.10.0)
9
10
* changed headers search to survive src-based rubies [#9](https://github.com/os97673/debase-ruby_core_source/pull/9) (contributed by [valich](https://github.com/valich))
lib/debase/ruby_core_source/version.rb
@@ -1,5 +1,5 @@
module Debase
module RubyCoreSource
- VERSION = '0.10.0'
+ VERSION = '0.10.1'
end
0 commit comments