Skip to content

Commit

Permalink
statsd.cr, v0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
miketheman committed Apr 11, 2021
1 parent 120f33a commit 0724227
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@
All notable changes to this project will be documented in this file.
This project aims to adhere to [Semantic Versioning](http://semver.org/).

# 0.2.0 / Unreleased
## 0.3.0 / 2021-04-11

- Crystal 0.35.1 removed Errno, so was removed in code as well #15
- Update to support Crystal 1.0.0 #16
- Minor doc tweaks

## 0.2.0 / 2020-03-14

- Crystal 0.34.0 replaced the Error condition <https://github.com/crystal-lang/crystal/pull/8885>
- **Breaking** Crystal 0.20.3 stopped automatic client hostname resolution, requiring a full IP address
Expand All @@ -13,6 +19,6 @@ This project aims to adhere to [Semantic Versioning](http://semver.org/).
- (Internal) Use the `Number::Primitive` from Crystal 0.17.0
- Minor doc updates

# 0.1.0 / 2016-04-01
## 0.1.0 / 2016-04-01

- Initial release, supporting all statsd spec & extended spec for histograms and tags.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version: 0.3.0
authors:
- Mike Fiedler <[email protected]>

crystal: ">= 0.34.0"
crystal: ">= 0.35.1"

license: MIT

0 comments on commit 0724227

Please sign in to comment.