Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
PR-URL: #208
  • Loading branch information
tshemsedinov committed Aug 10, 2021
1 parent dfe84d7 commit dc36dbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][unreleased]

## [1.5.0][] - 2021-08-10

- Generating SQL `Query` and `Modify` method `toString()`
- Fix SQL generation for index and unique fields

Expand Down Expand Up @@ -92,7 +94,8 @@

Code before fork from https://github.com/metarhia/sql

[unreleased]: https://github.com/metarhia/metasql/compare/v1.4.0...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/metarhia/metasql/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/metarhia/metasql/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/metarhia/metasql/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/metarhia/metasql/compare/v1.1.5...v1.2.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metasql",
"version": "1.4.0",
"version": "1.5.0",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "metasql.d.ts",
Expand Down

0 comments on commit dc36dbb

Please sign in to comment.