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 5412260 commit ee01d90Copy full SHA for ee01d90
CHANGELOG.md
@@ -1,4 +1,9 @@
1
+## [0.10.0](https://github.com/os97673/debase-ruby_core_source/compare/v0.9.11...v0.10.0)
2
+
3
+* 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))
4
5
## [0.9.11](https://github.com/os97673/debase-ruby_core_source/compare/v0.9.10...v0.9.11)
6
7
* ruby 2.5.0-preview1 added
8
9
## [0.9.10](https://github.com/os97673/debase-ruby_core_source/compare/v0.9.9...v0.9.10)
lib/debase/ruby_core_source/version.rb
@@ -1,5 +1,5 @@
module Debase
module RubyCoreSource
- VERSION = '0.9.12'
+ VERSION = '0.10.0'
end
0 commit comments