Skip to content

Commit caf1919

Browse files
committed
added changelog
1 parent e9d94b0 commit caf1919

2 files changed

Lines changed: 36 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Change Log
2+
3+
## [Unreleased]
4+
### Added
5+
- Changelog.
6+
7+
## [0.3.0] - 2016-10-29
8+
### Added
9+
- Cabal flag `debug-queries`.
10+
- Support for nullable columns.
11+
12+
## [0.2.1] - 2016-09-19
13+
### Added
14+
- Cabal flags `db-tests`, `older-call-syntax`.
15+
16+
## [0.2.0] - 2016-08-21
17+
### Added
18+
- Cabal flag `dev`.
19+
### Changed
20+
- Relicensed to `BSD3`.
21+
- Refactored tests (now using `hspec`).
22+
- Refactored internals.
23+
24+
## 0.1.0 - 2016-05-28
25+
### Added
26+
- Initial version of the package.
27+
28+
[Unreleased]: ../../compare/v0.3.0...HEAD
29+
[0.3.0]: ../../compare/v0.2.1...v0.3.0
30+
[0.2.1]: ../../compare/v0.2.0...v0.2.1
31+
[0.2.0]: ../../compare/v0.1.0...v0.2.0
32+

postgresql-simple-bind.cabal

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ license: BSD3
66
license-file: LICENSE
77
author: Al Zohali
88
maintainer: Al Zohali <zohl@fmap.me>
9-
-- copyright:
9+
1010
category: Database
1111
build-type: Simple
12-
-- extra-source-files:
1312
cabal-version: >=1.10
1413

14+
extra-source-files:
15+
CHANGELOG.md
16+
1517
flag dev
1618
description: Turn on development settings.
1719
manual: True

0 commit comments

Comments
 (0)