Skip to content

Commit

Permalink
Release 0.0.8 (#150)
Browse files Browse the repository at this point in the history
JSON
----
* Sort definitions in JSON schema (#148)

XSD
---
* Sort schema elements by tag and name in XSD (#149)
  • Loading branch information
mristin authored Apr 9, 2022
1 parent 6fb10a1 commit 056f480
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .idea/dictionaries/rist.xml

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

10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
Please keep this file at 72 line width so that we can copy-paste
the release logs directly into commit messages.
0.0.8 (2022-04-09)
==================
JSON
----
* Sort definitions in JSON schema (#148)

XSD
---
* Sort schema elements by tag and name in XSD (#149)

0.0.7 (2022-04-09)
==================
* Render the descriptions with smoke at intermediate (#142)
Expand Down
2 changes: 1 addition & 1 deletion aas_core_codegen/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Generate different implementations and schemas based on an AAS meta-model."""

__version__ = "0.0.7"
__version__ = "0.0.8"
__author__ = "Marko Ristin, Nico Braunisch, Robert Lehmann"
__license__ = "License :: OSI Approved :: MIT License"
__status__ = "Production/Stable"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

setup(
name="aas-core-codegen",
version="0.0.7",
version="0.0.8",
description="Generate different implementations and schemas based on an AAS meta-model.",
long_description=long_description,
url="https://github.com/aas-core-works/aas-core-codegen",
Expand Down

0 comments on commit 056f480

Please sign in to comment.