Skip to content

Commit

Permalink
chore: release version 1.0.0
Browse files Browse the repository at this point in the history
PR-URL: #103
  • Loading branch information
tshemsedinov committed Mar 6, 2021
1 parent ba73c5c commit dc142fc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## [Unreleased][unreleased]

To be released in 1.0.0
## [1.0.0][] - 2021-03-06

- Simple query builder instead of SQL clause generator
- Only PostgreSQL support instead of universal
- Database schema loader
- Use metaschema and metavm for schema loading
- Database model loader
- PostgreSQL DDL script generator
- TypeScript typings generator
- Calculate changec and generate up and down migrations
Expand All @@ -15,5 +16,6 @@ To be released in 1.0.0

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

[unreleased]: https://github.com/metarhia/metasql/compare/metarhia-sql...HEAD
[metarhia-sql]: https://github.com/metarhia/metasql/tree/metarhia-sql
[unreleased]: https://github.com/metarhia/metasql/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/metarhia/metasql/compare/metarhia-sql...v1.0.0
[metarhia-sql]: https://github.com/metarhia/metasql/releases/tag/metarhia-sql
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": "0.3.0-alpha.3",
"version": "1.0.0",
"description": "MetaSQL Database schema generator, migrations and query builder for Metarhia",
"main": "metasql.js",
"types": "types/metasql.d.ts",
Expand Down

0 comments on commit dc142fc

Please sign in to comment.