File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1616 - [x] Proxy support
1717 - [ ] Reuse connection
1818
19+ ## [ 0.10.5] (2020-04-15)
20+
21+ ### Fixed
22+
23+ - Compatibility with Crystal 0.34.0
24+
1925## [ 0.10.4] (2019-09-26)
2026
2127### Fixed
@@ -322,7 +328,8 @@ Compatibility with Crystal 0.25
322328
323329- First beta version.
324330
325- [ Unreleased ] : https://github.com/icyleaf/halite/compare/v0.10.4...HEAD
331+ [ Unreleased ] : https://github.com/icyleaf/halite/compare/v0.10.5...HEAD
332+ [ 0.10.5 ] : https://github.com/icyleaf/halite/compare/v0.10.4...v0.10.5
326333[ 0.10.4 ] : https://github.com/icyleaf/halite/compare/v0.10.3...v0.10.4
327334[ 0.10.3 ] : https://github.com/icyleaf/halite/compare/v0.10.2...v0.10.3
328335[ 0.10.2 ] : https://github.com/icyleaf/halite/compare/v0.10.1...v0.10.2
Original file line number Diff line number Diff line change 11name : halite
2- version : 0.10.4
2+ version : 0.10.5
33
44authors :
55 - icyleaf <icyleaf.cn@gmail.com>
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require "./halite/ext/*"
44module Halite
55 extend Chainable
66
7- VERSION = " 0.10.3 "
7+ VERSION = " 0.10.5 "
88
99 @@features = {} of String => Feature .class
1010
You can’t perform that action at this time.
0 commit comments