Skip to content

Commit

Permalink
Release 2022.6.19 (#117)
Browse files Browse the repository at this point in the history
This is a version with fixes which were necessary for generating
the JSON test data automatically using aas-core3.0rc02-testgen,
and making sure that the aas-core-codegen generates the C# code
such that it passes all the unit tests for JSON.

XML tests are still pending.

* Invert AASd-119 in V3RC02 (#116)
* Fix ``xs:string`` pattern for V3RC02 (#115)
* Check non-none of message broker in inv. of V3RC02 (#114)
* Fix nullness in inv. AASd-119 in V3RC02 (#113)
* Remove ill-defined constraint 116 from V3RC02 (#111)
* Remove unique idShort from list elements in V3RC02 (#110)
  • Loading branch information
mristin authored Jun 19, 2022
1 parent 32a8acc commit ea1d25b
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
1 change: 1 addition & 0 deletions .idea/dictionaries/rist.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,24 @@
Please keep this file at 72 line width so that we can copy-paste
the release logs directly into commit messages.
2022.6.19
=========
This is a version with fixes which were necessary for generating
the JSON test data automatically using aas-core3.0rc02-testgen,
and making sure that the aas-core-codegen generates the C# code
such that it passes all the unit tests for JSON.

XML tests are still pending.

* Invert AASd-119 in V3RC02 (#116)
* Fix ``xs:string`` pattern for V3RC02 (#115)
* Check non-none of message broker in inv. of V3RC02 (#114)
* Fix nullness in inv. AASd-119 in V3RC02 (#113)
* Remove ill-defined constraint 116 from V3RC02 (#111)
* Remove unique idShort from list elements in V3RC02 (#110)

2022.6.17
=======
=========
This is a bug-fix version, where our spec turned out to be incorrect
from the programming point of view.

Expand Down
2 changes: 1 addition & 1 deletion aas_core_meta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Provide meta-models for Asset Administration Shell information model."""

__version__ = "2022.6.17"
__version__ = "2022.6.19"
__author__ = "Nico Braunisch, Marko Ristin, Marcin Sadurski"
__license__ = "License :: OSI Approved :: MIT License"
__status__ = "Alpha"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="aas-core-meta",
version="2022.6.17",
version="2022.6.19",
description="Provide meta-models for Asset Administration Shell information model.",
long_description=long_description,
url="https://github.com/aas-core-works/aas-core-meta",
Expand Down

0 comments on commit ea1d25b

Please sign in to comment.