Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit d474b1e

Browse files
committed
updated CHANGELOG.md. refs #2
1 parent b6f0e6b commit d474b1e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
5+
6+
## [v0.9.8] - 2015-07-06
57
### Added
68
- new specs for `CREATE TRIGGER` and datatypes
79

@@ -325,7 +327,8 @@ fixed value format for direction key in PRIMARY KEY table contrainsts cleaned up
325327
### Added
326328
- First working version of sqlite-parser
327329

328-
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.9.1...HEAD
330+
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.9.8...HEAD
331+
[v0.9.8]: https://github.com/codeschool/sqlite-parser/compare/v0.9.1...v0.9.8
329332
[v0.9.1]: https://github.com/codeschool/sqlite-parser/compare/v0.8.0...v0.9.1
330333
[v0.8.0]: https://github.com/codeschool/sqlite-parser/compare/v0.6.0...v0.8.0
331334
[v0.6.0]: https://github.com/codeschool/sqlite-parser/compare/v0.3.1...v0.6.0

0 commit comments

Comments
 (0)