Skip to content

Commit

Permalink
release: v0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Nov 24, 2020
1 parent 1b1b872 commit c2c3e89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [x] Proxy support
- [ ] Reuse connection

## [0.10.6] (2020-11-24)
### Fixed

- Improve resolve of URI [#88](https://github.com/icyleaf/halite/issues/88) (thanks @[oprypin](https://github.com/oprypin))

## [0.10.5] (2020-04-15)

### Fixed
Expand Down Expand Up @@ -328,7 +333,8 @@ Compatibility with Crystal 0.25

- First beta version.

[Unreleased]: https://github.com/icyleaf/halite/compare/v0.10.5...HEAD
[Unreleased]: https://github.com/icyleaf/halite/compare/v0.10.6...HEAD
[0.10.6]: https://github.com/icyleaf/halite/compare/v0.10.5...v0.10.6
[0.10.5]: https://github.com/icyleaf/halite/compare/v0.10.4...v0.10.5
[0.10.4]: https://github.com/icyleaf/halite/compare/v0.10.3...v0.10.4
[0.10.3]: https://github.com/icyleaf/halite/compare/v0.10.2...v0.10.3
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.5
version: 0.10.6

authors:
- icyleaf <[email protected]>

crystal: 0.35.0
crystal: 0.35.1

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.5"
VERSION = "0.10.6"

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

Expand Down

0 comments on commit c2c3e89

Please sign in to comment.