Skip to content

Commit

Permalink
Version 2.0.0-alpha.1
Browse files Browse the repository at this point in the history
PR-URL: #400
  • Loading branch information
tshemsedinov committed May 21, 2022
1 parent 625d28d commit 6e1fa9d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 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]

## [2.0.0-alpha.1][] - 2022-05-21

- Properly report error if trying to use `field: 'type'` shorthand for
`'enum', 'array', 'set', 'map', 'object'` types
- Rewrite schemas and implement custom types
Expand Down Expand Up @@ -144,7 +146,8 @@

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

[unreleased]: https://github.com/metarhia/metaschema/compare/v1.4.1...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v2.0.0-alpha.1...HEAD
[2.0.0-alpha.1]: https://github.com/metarhia/metaschema/compare/v1.4.1...v2.0.0-alpha.1
[1.4.1]: https://github.com/metarhia/metaschema/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/metarhia/metaschema/compare/v1.3.4...v1.4.0
[1.3.4]: https://github.com/metarhia/metaschema/compare/v1.3.3...v1.3.4
Expand Down
17 changes: 9 additions & 8 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 0.x | :x: |
| 1.0.x | :x: |
| 1.1.x | :x: |
| 1.2.x | :x: |
| 1.3.x | :x: |
| 1.4.x | :white_check_mark: |
| Version | Supported |
| ------------- | ------------------ |
| 0.x | :x: |
| 1.0.x | :x: |
| 1.1.x | :x: |
| 1.2.x | :x: |
| 1.3.x | :x: |
| 1.4.x | :white_check_mark: |
| 2.0.0-alpha.1 | :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.4.1",
"version": "2.0.0-alpha.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down

0 comments on commit 6e1fa9d

Please sign in to comment.