Skip to content

Commit

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

## Unreleased

# [0.4.0] 2017-02-26
* `Repo.get` now raises `NoResults` error if no record is found
* MULTI + TRANSACTIONS!

Expand Down Expand Up @@ -49,6 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
* Query
* Postgres Adapter

[0.4.0]: https://github.com/fridgerator/crecto/compare/v0.3.5...v0.4.0
[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
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.5"
VERSION = "0.4.0"
end

0 comments on commit 1eecae6

Please sign in to comment.