From 3abe6532a222d9822061d0aeec5640b677567ce9 Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Thu, 3 Jun 2021 11:19:20 +0200 Subject: [PATCH] 0.3.1 - also added changelog to documentation --- pages/docs/changelog.md | 17 +++++++++++++++++ pages/mkdocs.yml | 1 + .../main/resources/ragConnectVersion.properties | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 pages/docs/changelog.md diff --git a/pages/docs/changelog.md b/pages/docs/changelog.md new file mode 100644 index 0000000..eb0fe4d --- /dev/null +++ b/pages/docs/changelog.md @@ -0,0 +1,17 @@ +# Changelog + +## 0.3.1 + +- Full support for incremental dependency tracking +- Full support for subtree endpoint definitions ([#9](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/9)) +- Internal: Use updated gradle plugin for tests ([#18](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/18)) +- Bugfix [#22](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/22): Correct handling of malformed URIs passed when connecting an endpoint +- Bugfix [#23](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/23): Correct handling of OptComponents as endpoints +- Bugfix [#27](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/27): Correctly handle whitespaces in grammars + +## 0.3.0 + +- Added [API documentation](ragdoc/index.html) to documentation +- Add methods to `disconnect` an endpoint +- Internal: PoC for incremental dependency tracking and subtree endpoint definitions ([#14](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/14)) +- Bugfix [#17](https://git-st.inf.tu-dresden.de/jastadd/ragconnect/-/issues/17): Added missing support for `boolean` diff --git a/pages/mkdocs.yml b/pages/mkdocs.yml index a2f77dc..6363c73 100644 --- a/pages/mkdocs.yml +++ b/pages/mkdocs.yml @@ -5,6 +5,7 @@ nav: - inner-workings.md - using.md - extending.md + - changelog.md - API documentation: ragdoc/index.html theme: name: readthedocs diff --git a/ragconnect.base/src/main/resources/ragConnectVersion.properties b/ragconnect.base/src/main/resources/ragConnectVersion.properties index b3949fe..cc1f011 100644 --- a/ragconnect.base/src/main/resources/ragConnectVersion.properties +++ b/ragconnect.base/src/main/resources/ragConnectVersion.properties @@ -1,2 +1,2 @@ -#Tue May 04 13:53:39 CEST 2021 +#Thu Jun 03 11:17:05 CEST 2021 version=0.3.1 -- GitLab