Skip to content

Commit

Permalink
Version 3.0.0-alpha.2
Browse files Browse the repository at this point in the history
PR-URL: #278
  • Loading branch information
tshemsedinov committed Aug 17, 2023
1 parent bbeccf3 commit 9c06bac
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased][unreleased]

## [3.0.0-alpha.2][] - 2023-08-17

- Implement sql templates
- Fix `Modify.then` for compatibility with `Query.then`
- Auto returnung \* as a quick patch

## [3.0.0-alpha.1][] - 2023-05-27

- Update metadomain to 2.0.0-alpha.1
Expand Down Expand Up @@ -156,7 +162,8 @@

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

[unreleased]: https://github.com/metarhia/metasql/compare/v3.0.0-alpha.1...HEAD
[unreleased]: https://github.com/metarhia/metasql/compare/v3.0.0-alpha.2...HEAD
[3.0.0-alpha.2]: https://github.com/metarhia/metasql/compare/v3.0.0-alpha.1...v3.0.0-alpha.2
[3.0.0-alpha.1]: https://github.com/metarhia/metasql/compare/v2.1.5...v3.0.0-alpha.1
[2.1.5]: https://github.com/metarhia/metasql/compare/v2.1.4...v2.1.5
[2.1.4]: https://github.com/metarhia/metasql/compare/v2.1.3...v2.1.4
Expand Down
4 changes: 2 additions & 2 deletions 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": "3.0.0-alpha.1",
"version": "3.0.0-alpha.2",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "metasql.d.ts",
Expand Down

0 comments on commit 9c06bac

Please sign in to comment.