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

Commit

Permalink
Release v0.14.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
nwronski committed Jul 11, 2016
1 parent 68f893f commit 512904d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]

## [v0.14.5] - 2016-07-11
### Fixed
- Fix alternate not equal operator `<>`

``` sql
SELECT *
FROM hats
WHERE quantity <> 1
```

## [v0.14.4] - 2016-05-31
### Fixed
- Allow spaces between a function name and the argument list
Expand Down Expand Up @@ -551,7 +561,8 @@ part of table names, column names, aliases, etc... This also addresses issues th
### Added
- First working version of sqlite-parser

[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.14.4...HEAD
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.14.5...HEAD
[v0.14.5]: https://github.com/codeschool/sqlite-parser/compare/v0.14.4...v0.14.5
[v0.14.4]: https://github.com/codeschool/sqlite-parser/compare/v0.14.3...v0.14.4
[v0.14.3]: https://github.com/codeschool/sqlite-parser/compare/v0.14.2...v0.14.3
[v0.14.2]: https://github.com/codeschool/sqlite-parser/compare/v0.14.1...v0.14.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sqlite-parser",
"description": "JavaScript implentation of SQLite 3 query parser",
"author": "Code School (http://codeschool.com)",
"version": "0.14.4",
"version": "0.14.5",
"contributors": [
"Nick Wronski <[email protected]>"
],
Expand Down

0 comments on commit 512904d

Please sign in to comment.