Skip to content

Commit

Permalink
prepare for AR-JDBC 1.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Mar 9, 2015
1 parent 0a333d4 commit ce1b637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 1.3.15 (pen/nd/in)
## 1.3.15 (03/09/15)

- [informix] adapter undefined method 'column_types' with Rails 4.x (#622)
- improve connection factory Ruby interface impls to match Java method-name (#621)
- [sqlite] truncate_fake - as due compatibility with do not want a truncate method
- truncate support 4 all (introduced in AR 4.2 but we let it work in all versions)
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.14"
VERSION = "1.3.15"
# @deprecated
module Version
# @private 1.2.x compatibility
Expand Down

0 comments on commit ce1b637

Please sign in to comment.