Skip to content

Commit

Permalink
Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdone committed Jul 3, 2018
1 parent 494c374 commit 6a19d44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,3 +1,7 @@
0.1.1:
* Fix Smalldatetime ToSql instance to set seconds to 0.
* Add support for numeric.

0.1.0:
* Removed instance of ToSql for LocalTime, added two new
newtypes: Datetime2 and Smalldatetime.
Expand Down
4 changes: 2 additions & 2 deletions odbc.cabal
Expand Up @@ -5,11 +5,11 @@ description: Haskell binding to the ODBC API. This has been tested
suite runs on OS X, Windows and Linux.
copyright: FP Complete 2018
maintainer: chrisdone@fpcomplete.com
version: 0.1.0
version: 0.1.1
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files: README.md doc/style.css doc/patch.sh doc/init.js doc/highlight.pack.js
extra-source-files: README.md CHANGELOG doc/style.css doc/patch.sh doc/init.js doc/highlight.pack.js
cabal-version: >=1.10
homepage: https://github.com/fpco/odbc

Expand Down

0 comments on commit 6a19d44

Please sign in to comment.