Skip to content

Commit 9adb51a

Browse files
authored
Release 0.0.14 (#198)
This version comprises minor fixes so that we can publish a pre-release of the C# SDK. C# -- * Fix C# for InspectCode (#197) * Prefix all ``cref``'s with ``Aas.`` in C# (#196) * Reduce interfaces if descendants in C# (#195)
1 parent 3b2d5db commit 9adb51a

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.rst

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
Please keep this file at 72 line width so that we can copy-paste
44
the release logs directly into commit messages.
55
6+
0.0.14 (2022-06-19)
7+
===================
8+
This version comprises minor fixes so that we can publish
9+
a pre-release of the C# SDK.
10+
11+
C#
12+
--
13+
* Fix C# for InspectCode (#197)
14+
* Prefix all ``cref``'s with ``Aas.`` in C# (#196)
15+
* Reduce interfaces if descendants in C# (#195)
16+
617
0.0.13 (2022-06-19)
718
===================
819
* Adapt and re-record for aas-core-meta 2022.6.19 (#192)

aas_core_codegen/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Generate different implementations and schemas based on an AAS meta-model."""
22

3-
__version__ = "0.0.13"
3+
__version__ = "0.0.14"
44
__author__ = "Marko Ristin, Nico Braunisch, Robert Lehmann"
55
__license__ = "License :: OSI Approved :: MIT License"
66
__status__ = "Production/Stable"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="aas-core-codegen",
23-
version="0.0.13",
23+
version="0.0.14",
2424
description="Generate different implementations and schemas based on an AAS meta-model.",
2525
long_description=long_description,
2626
url="https://github.com/aas-core-works/aas-core-codegen",

0 commit comments

Comments
 (0)