Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
PR-URL: #300
  • Loading branch information
tshemsedinov committed May 6, 2021
1 parent 48a9eec commit d153fe0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 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.1.0][] - 2021-05-06

- Move Schema.prototype.toInterface from metasql
- Move Directory loader from metasql
- Move Model class from metasql (previous name DomainModel)
Expand Down Expand Up @@ -36,7 +38,8 @@

## [0.x][] - First generation of metaschema

[unreleased]: https://github.com/metarhia/metaschema/compare/v1.0.3...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/metarhia/metaschema/compare/v1.0.3...v1.1.0
[1.0.3]: https://github.com/metarhia/metaschema/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/metarhia/metaschema/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/metarhia/metaschema/compare/v1.0.0...v1.0.1
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
| Version | Supported |
| ------- | ------------------ |
| 0.x | :x: |
| 1.0.x | :white_check_mark: |
| 1.0.x | :x: |
| 1.1.x | :white_check_mark: |

## Reporting a Vulnerability

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": "metaschema",
"version": "1.0.3",
"version": "1.1.0",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down

0 comments on commit d153fe0

Please sign in to comment.