Skip to content

Commit

Permalink
dump v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Sep 26, 2019
1 parent 6366aed commit 7856148
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [x] Proxy support
- [ ] Reuse connection

## [0.10.4] (2019-09-26)

### Fixed

- Compatibility with Crystal 0.31.0

## [0.10.3] (2019-08-12)

### Fixed
Expand Down Expand Up @@ -316,7 +322,8 @@ Compatibility with Crystal 0.25

- First beta version.

[Unreleased]: https://github.com/icyleaf/halite/compare/v0.10.3...HEAD
[Unreleased]: https://github.com/icyleaf/halite/compare/v0.10.4...HEAD
[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
[0.10.2]: https://github.com/icyleaf/halite/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/icyleaf/halite/compare/v0.10.0...v0.10.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ HTTP Requests with a chainable REST API, built-in sessions and middleware writte
Inspired from the **awesome** Ruby's [HTTP](https://github.com/httprb/http)/[RESTClient](https://github.com/rest-client/rest-client)
and Python's [requests](https://github.com/requests/requests).

Build in Crystal version >= `v0.30.0`, this document valid with latest commit.
Build in Crystal version >= `v0.31.0`, this document valid with latest commit.

## Index

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.3
version: 0.10.4

authors:
- icyleaf <[email protected]>

crystal: 0.30.0
crystal: 0.31.0

license: MIT

0 comments on commit 7856148

Please sign in to comment.