Skip to content

Commit

Permalink
release: dump v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Dec 21, 2018
1 parent ffaa338 commit e38b68e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Todo

- [ ] HTTP proxy support
- [ ] Rewrite HTTP Connection
- [ ] New Connection for Halite
- [ ] Proxy support
- [ ] Reuse connection

## [0.9.0] (2018-12-21)

> New features with performance improved.
### Added

Expand Down Expand Up @@ -264,7 +271,8 @@ Compatibility with Crystal 0.25

- First beta version.

[Unreleased]: https://github.com/icyleaf/halite/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/icyleaf/halite/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/icyleaf/halite/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/icyleaf/halite/compare/v0.7.5...v0.8.0
[0.7.5]: https://github.com/icyleaf/halite/compare/v0.7.4...v0.7.5
[0.7.4]: https://github.com/icyleaf/halite/compare/v0.7.3...v0.7.4
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Build in Crystal version >= `v0.25.0`, this document valid with latest commit.
- [JSON-formatted logging](#json-formatted-logging)
- [Write to a log file](#write-to-a-log-file)
- [Use the custom logging](#use-the-custom-logging)
- [Local Cache](#local-cache)
- [Middlewares](#middlewares)
- [Write a simple feature](#write-a-simple-feature)
- [Write a interceptor](#write-a-interceptor)
Expand Down

0 comments on commit e38b68e

Please sign in to comment.