Skip to content

Commit

Permalink
Merge pull request #110 from icyleaf/release/0.12.1
Browse files Browse the repository at this point in the history
Release 0.12.1
  • Loading branch information
icyleaf authored Nov 4, 2021
2 parents ede8fba + 967a8b6 commit 84faed4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [x] Proxy support
- [ ] Reuse connection

## [0.12.1] (2021-11-04)

### Fixed

- Reduce alloc too many memory. [#108](https://github.com/icyleaf/halite/pull/108) (thanks @[wolfgang371](https://github.com/wolfgang371))

## [0.12.0] (2021-03-24)

### Fixed

- Compatibility with Crystal 1.0.

## [0.11.0] (2021-02-18)
Expand Down Expand Up @@ -365,7 +373,8 @@ Compatibility with Crystal 0.25

- First beta version.

[Unreleased]: https://github.com/icyleaf/halite/compare/v0.12.0...HEAD
[Unreleased]: https://github.com/icyleaf/halite/compare/v0.12.1...HEAD
[0.12.1]: https://github.com/icyleaf/halite/compare/v0.12.0...v0.12.1
[0.12.0]: https://github.com/icyleaf/halite/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/icyleaf/halite/compare/v0.10.9...v0.11.0
[0.10.9]: https://github.com/icyleaf/halite/compare/v0.10.8...v0.10.9
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: halite
version: 0.12.0
version: 0.12.1

authors:
- icyleaf <[email protected]>
Expand Down
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.12.0"
VERSION = "0.12.1"

module Helper
# Parses a `Time` into a [RFC 3339](https://tools.ietf.org/html/rfc3339) datetime format string
Expand Down

0 comments on commit 84faed4

Please sign in to comment.