From b57f470deb39226f44c6312ef8030e6e03b82620 Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Tue, 6 Sep 2022 12:38:41 +0200 Subject: [PATCH] Release 1.0.0 --- pages/docs/changelog.md | 14 +++++++++----- pages/docs/dsl.md | 3 --- pages/mkdocs.yml | 4 ++-- .../main/resources/ragconnectVersion.properties | 4 ++-- 4 files changed, 13 insertions(+), 12 deletions(-) diff --git a/pages/docs/changelog.md b/pages/docs/changelog.md index 450dbc1..58d7f20 100644 --- a/pages/docs/changelog.md +++ b/pages/docs/changelog.md @@ -1,19 +1,23 @@ # Changelog -## 1.0.0 (dev) +## 1.0.0 ### Changes -- Allow connection ports for relations ([#37](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/37)) and attributes ([#38](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/38)) -- Allow send connection ports non-NTA nonterminals ([#36](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/36)) -- Allow context-free context ports ([#34](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/34)) +- Allow connection ports for + - relations ([#37](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/37)) + - attributes ([#38](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/38)), especially collection and circular attributes ([#53](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/53)) + - (sending) non-NTA nonterminals ([#36](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/36)) + - context-free context ports ([#34](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/34)) - Experimental support for Java handler ([#52](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/52)) - Make specification language more concise ([#33](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/33)) +- Make dependency definitions deprecated ([#42](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/42)) and warn when used ### Development Changes -- Make grammar(s) more concise ([#40](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/40)) +- Make grammar(s) more concise ([#40](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/40)) - Enhance documentation, adding a DSL description +- Refactor debug messages from System.out to SLF4J ([#46](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/46)) ## 0.3.2 diff --git a/pages/docs/dsl.md b/pages/docs/dsl.md index 6776c04..a73c292 100644 --- a/pages/docs/dsl.md +++ b/pages/docs/dsl.md @@ -1,6 +1,3 @@ -!!! attention - Not all features described here are (fully) implemented yet, please see the [progress of milestone for 1.0.0](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/milestones/2) first. - # The RagConnect Specification Language To declare ports and mappings, a domain-specific language ([DSL](https://en.wikipedia.org/wiki/Domain-specific_language)) is used. diff --git a/pages/mkdocs.yml b/pages/mkdocs.yml index 7c38995..8ff01ed 100644 --- a/pages/mkdocs.yml +++ b/pages/mkdocs.yml @@ -3,11 +3,11 @@ repo_url: https://git-st.inf.tu-dresden.de/jastadd/ragconnect site_dir: ../public nav: - - "RagConnect by Example": using.md - - "Use Cases": use_cases.md - "Adding RagConnect to your project": adding.md + - "Using RagConnect (by Example)": using.md - "RagConnect Specification Language": dsl.md - "Compiler options": compiler.md + - "Use Cases": use_cases.md - "Inner workings": inner-workings.md - "Evaluation Metrics: Lines of Code": cloc.md - "Extending RagConnect": extending.md diff --git a/ragconnect.base/src/main/resources/ragconnectVersion.properties b/ragconnect.base/src/main/resources/ragconnectVersion.properties index d161d07..08b12cf 100644 --- a/ragconnect.base/src/main/resources/ragconnectVersion.properties +++ b/ragconnect.base/src/main/resources/ragconnectVersion.properties @@ -1,2 +1,2 @@ -#Wed Nov 24 13:20:50 CET 2021 -version=1.0.0-alpha +#Tue Sep 06 12:31:39 CEST 2022 +version=1.0.0 -- GitLab