Skip to content

Commit

Permalink
Merge pull request #100 from icyleaf/release/0.10.9
Browse files Browse the repository at this point in the history
Release v0.10.9
  • Loading branch information
icyleaf authored Feb 1, 2021
2 parents a0118c0 + febd446 commit 3aaf44f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [x] Proxy support
- [ ] Reuse connection

## [0.10.9] (2021-02-01)

### Fixed

- `timeout` fail to match argument type. [#97](https://github.com/icyleaf/halite/issues/97) (thanks @[oprypin](https://github.com/oprypin))
- Compatibility with Crystal 0.36.0.

## [0.10.8] (2020-12-22)

### Fixed
Expand Down Expand Up @@ -344,7 +351,8 @@ Compatibility with Crystal 0.25

- First beta version.

[Unreleased]: https://github.com/icyleaf/halite/compare/v0.10.8...HEAD
[Unreleased]: https://github.com/icyleaf/halite/compare/v0.10.9...HEAD
[0.10.9]: https://github.com/icyleaf/halite/compare/v0.10.8...v0.10.9
[0.10.8]: https://github.com/icyleaf/halite/compare/v0.10.7...v0.10.8
[0.10.7]: https://github.com/icyleaf/halite/compare/v0.10.6...v0.10.7
[0.10.6]: https://github.com/icyleaf/halite/compare/v0.10.5...v0.10.6
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: halite
version: 0.10.8
version: 0.10.9

authors:
- icyleaf <[email protected]>

crystal: 0.35.1
crystal: 0.36.0

license: MIT
2 changes: 1 addition & 1 deletion src/halite.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "./halite/ext/*"
module Halite
extend Chainable

VERSION = "0.10.8"
VERSION = "0.10.9"

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

Expand Down

0 comments on commit 3aaf44f

Please sign in to comment.