Commit 2b89e63 1 parent 3c79c91 commit 2b89e63 Copy full SHA for 2b89e63
File tree 3 files changed +21
-2
lines changed
3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 3
3
Please keep this file at 72 line width so that we can copy-paste
4
4
the release logs directly into commit messages.
5
5
6
+ 0.0.13 (2022-06-19)
7
+ ===================
8
+ * Adapt and re-record for aas-core-meta 2022.6.19 (#192)
9
+ * Infer non-nullness in the intermediate (#186)
10
+ * Fix duplicate inheritance of pattern constraints (#185)
11
+ * Exclude external classes stringify assertions (#181)
12
+
13
+ C#
14
+ --
15
+ * Make C# classes with children implement interfaces (#190)
16
+ * Allow classes without constructor arguments in C# (#189)
17
+ * Fix C# generation for CodeInspect and testgen (#187)
18
+ * Fix UTF-32 regexes for C# UTF-16-only engine (#183)
19
+ * Relax constraints on C# namespace identifiers (#182)
20
+
21
+ XSD
22
+ ---
23
+ * Strip anchors in XSD patterns (#188)
24
+
6
25
0.0.12 (2022-06-03)
7
26
===================
8
27
* Fix a typo in RDF query message (#179)
Original file line number Diff line number Diff line change 1
1
"""Generate different implementations and schemas based on an AAS meta-model."""
2
2
3
- __version__ = "0.0.12 "
3
+ __version__ = "0.0.13 "
4
4
__author__ = "Marko Ristin, Nico Braunisch, Robert Lehmann"
5
5
__license__ = "License :: OSI Approved :: MIT License"
6
6
__status__ = "Production/Stable"
Original file line number Diff line number Diff line change 20
20
21
21
setup (
22
22
name = "aas-core-codegen" ,
23
- version = "0.0.12 " ,
23
+ version = "0.0.13 " ,
24
24
description = "Generate different implementations and schemas based on an AAS meta-model." ,
25
25
long_description = long_description ,
26
26
url = "https://github.com/aas-core-works/aas-core-codegen" ,
You can’t perform that action at this time.
0 commit comments