Skip to content

Commit

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

## Unreleased

# [0.3.5] 2017-02-21
* `Repo#aggregate` methods
* `has_one` relation type
* added `require "json"`
* `update_all` method override to allow for named tuples
Expand Down Expand Up @@ -44,6 +47,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Query
* Postgres Adapter

[0.3.5]: https://github.com/fridgerator/crecto/compare/v0.3.4...v0.3.5
[0.3.4]: https://github.com/fridgerator/crecto/compare/v0.3.3...v0.3.4
[0.3.3]: https://github.com/fridgerator/crecto/compare/v0.3.1...v0.3.3
[0.3.1]: https://github.com/fridgerator/crecto/compare/v0.3.0...v0.3.1
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.3.4"
VERSION = "0.3.5"
end

0 comments on commit 5c711ff

Please sign in to comment.