Skip to content

Commit

Permalink
prepare for 1.3.13 (duea Column constant regression in 1.3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Nov 21, 2014
1 parent ff0a5b4 commit f00711b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.13 (11/21/14)

- handle ("hacked") date/time/timestamp conversion from the JDBC side on 4.2
- align SQLite's column class resolution with others in 1.3
- avoid the Column regressions in 1.3.12 caused by backporting too much (#603)

## 1.3.12 (11/18/14)

- [sqlite] support for latest JDBC 3.8
Expand Down
2 changes: 1 addition & 1 deletion lib/arjdbc/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ArJdbc
VERSION = "1.3.12"
VERSION = "1.3.13"
# @deprecated
module Version
# @private 1.2.x compatibility
Expand Down

0 comments on commit f00711b

Please sign in to comment.