From dd11330634b167680653162658e5d4c085d497d9 Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Sat, 23 Mar 2024 11:27:18 +0100 Subject: [PATCH] Release 1.0.2 * Update to aas-core-meta, codegen, testgen cb28d18, c414f32, 6ff39c260 (#17) We propagate the fix from abnf-to-regex related to maximum qualifiers which had been mistakenly represented as exact repetition before. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0444359f..d4022a73 100644 --- a/README.md +++ b/README.md @@ -1260,6 +1260,13 @@ The commit messages follow the guidelines from https://chris.beams.io/posts/git- ## Change Log +### v1.0.2 (2024-03-23) + +* Update to aas-core-meta, codegen, testgen cb28d18, c414f32, 6ff39c260 (#17) + + We propagate the fix from abnf-to-regex related to maximum qualifiers + which had been mistakenly represented as exact repetition before. + ### v1.0.1 (2024-03-13) * Update to aas-core-meta, codegen, testgen 79314c6, 94399e1, e1087880 (#15)