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

Commit 612b584

Browse files
committed
updated CHANGELOG.md
1 parent 6efc725 commit 612b584

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
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.10.1] - 2015-07-09
57
### Changed
68
- the following things no longer have an `identifier` node in the `name` property, as it is too redundant: column constraints, table constrains, column definitions. the parent node provides plenty of context itself for what you will find in its `name` property.
79

@@ -422,8 +424,8 @@ fixed value format for direction key in PRIMARY KEY table contrainsts cleaned up
422424
### Added
423425
- First working version of sqlite-parser
424426

425-
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.10.0...HEAD
426-
[v0.10.0]: https://github.com/codeschool/sqlite-parser/compare/v0.9.8...v0.10.0
427+
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.10.1...HEAD
428+
[v0.10.1]: https://github.com/codeschool/sqlite-parser/compare/v0.9.8...v0.10.1
427429
[v0.9.8]: https://github.com/codeschool/sqlite-parser/compare/v0.9.1...v0.9.8
428430
[v0.9.1]: https://github.com/codeschool/sqlite-parser/compare/v0.8.0...v0.9.1
429431
[v0.8.0]: https://github.com/codeschool/sqlite-parser/compare/v0.6.0...v0.8.0

0 commit comments

Comments
 (0)