Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fridgerator committed Jan 15, 2018
1 parent a93b3c4 commit cb3c418
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.8.3] 2018-01-14
* Updated for Crystal 0.24.1

## [0.8.2] 2017-12-15
* Cleaned up README [@faustinoaq](https://github.com/faustinoaq)
* Fixed join on belogns_to associations
Expand Down Expand Up @@ -140,6 +143,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Query
* Postgres Adapter

[0.8.3]: https://github.com/fridgerator/crecto/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/fridgerator/crecto/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/fridgerator/crecto/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/fridgerator/crecto/compare/v0.7.1...v0.8.0
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: crecto
version: 0.8.2
version: 0.8.3

authors:
- Nick Franken <shnick@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion src/crecto/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Crecto
VERSION = "0.8.2"
VERSION = "0.8.3"
end

0 comments on commit cb3c418

Please sign in to comment.