Skip to content

Commit

Permalink
Version 1.4.0
Browse files Browse the repository at this point in the history
PR-URL: #383
  • Loading branch information
tshemsedinov committed Feb 23, 2022
1 parent cd2b889 commit a3a3162
Show file tree
Hide file tree
Showing 5 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.4.0][] - 2022-02-23

- Fix nullable field long-form
- Optional for nested structures
- Shorthand for optional nested structure
Expand Down Expand Up @@ -108,7 +110,8 @@

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

[unreleased]: https://github.com/metarhia/metaschema/compare/v1.3.4...HEAD
[unreleased]: https://github.com/metarhia/metaschema/compare/v1.4.0...HEAD
[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
[1.3.3]: https://github.com/metarhia/metaschema/compare/v1.3.2...v1.3.3
[1.3.2]: https://github.com/metarhia/metaschema/compare/v1.3.1...v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2021 Metarhia contributors
Copyright (c) 2017-2022 Metarhia contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
| 1.1.x | :x: |
| 1.2.x | :x: |
| 1.3.x | :white_check_mark: |
| 1.4.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.3.4",
"version": "1.4.0",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Metadata Schema and Interface Definition Language (IDL)",
"license": "MIT",
Expand Down

0 comments on commit a3a3162

Please sign in to comment.