Skip to content

Commit

Permalink
Bump version 0.4.3. Release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardiff committed Nov 8, 2017
1 parent 839a7ab commit 437f8c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.4.3 (2017-11-07)

* Fix connections were not released when building invalid statements. (see [#65](https://github.com/crystal-lang/crystal-db/pull/65), thanks @crisward)
* Fix some exceptions were not deriving from `DB::Error`. (see [#70](https://github.com/crystal-lang/crystal-db/pull/70), thanks @exts)

## v0.4.2 (2017-04-21)

* Fix compatibility issues for crystal 0.22.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: db
version: 0.4.2
version: 0.4.3

authors:
- Brian J. Cardiff <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/db/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DB
VERSION = "0.4.2"
VERSION = "0.4.3"
end

0 comments on commit 437f8c3

Please sign in to comment.