Skip to content

Commit 8acece6

Browse files
committed
dump v0.10.5
1 parent 44c9a3f commit 8acece6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: halite
2-
version: 0.10.4
2+
version: 0.10.5
33

44
authors:
55
- icyleaf <icyleaf.cn@gmail.com>

src/halite.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require "./halite/ext/*"
44
module Halite
55
extend Chainable
66

7-
VERSION = "0.10.3"
7+
VERSION = "0.10.5"
88

99
@@features = {} of String => Feature.class
1010

0 commit comments

Comments
 (0)