From e5c69930cfb41299101d6ed933e8e80c8a8f5a9f Mon Sep 17 00:00:00 2001 From: "James A. Overton" Date: Tue, 28 May 2024 14:18:55 -0400 Subject: [PATCH 1/3] Remove stray semicolon from CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fe0e6fe2..925348d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -396,7 +396,7 @@ First official release of ROBOT! [`report`]: http://robot.obolibrary.org/report [`template`]: http://robot.obolibrary.org/template [`validate`]: http://robot.obolibrary.org/validate -; + [#1181]: https://github.com/ontodev/robot/pull/1181 [#1179]: https://github.com/ontodev/robot/pull/1179 [#1171]: https://github.com/ontodev/robot/pull/1171 From 796ed3a6924d74ccd64394a7063eb6aba9b7cdbf Mon Sep 17 00:00:00 2001 From: "James A. Overton" Date: Tue, 28 May 2024 14:26:00 -0400 Subject: [PATCH 2/3] Add missing links to CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 925348d28..456e92a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -213,7 +213,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix comparator method for sorting empty strings with [`export`] in [#654] - Fix releasing dataset after exception when running [`report`] with `--tdb true` [#659] - Reduced time spent loading datasets for [`query`] in [#666] -- Fix writing JSON format to use `OutputStream` with ['convert'] in [#671] +- Fix writing JSON format to use `OutputStream` with [`convert`] in [#671] - Fix IRI resolution for `template` in [#689] - Fix MIREOT [`extract`] on overlapping class/individual entity for [#709] in [#710] - Fix issue with `--add-prefixes` option in [#715] @@ -396,7 +396,11 @@ First official release of ROBOT! [`report`]: http://robot.obolibrary.org/report [`template`]: http://robot.obolibrary.org/template [`validate`]: http://robot.obolibrary.org/validate +[`verify`]: http://robot.obolibrary.org/verify +[#1194]: https://github.com/ontodev/robot/pull/1194 +[#1193]: https://github.com/ontodev/robot/pull/1193 +[#1183]: https://github.com/ontodev/robot/pull/1183 [#1181]: https://github.com/ontodev/robot/pull/1181 [#1179]: https://github.com/ontodev/robot/pull/1179 [#1171]: https://github.com/ontodev/robot/pull/1171 @@ -409,7 +413,9 @@ First official release of ROBOT! [#1119]: https://github.com/ontodev/robot/pull/1119 [#1108]: https://github.com/ontodev/robot/pull/1108 [#1104]: https://github.com/ontodev/robot/pull/1104 +[#1101]: https://github.com/ontodev/robot/pull/1101 [#1100]: https://github.com/ontodev/robot/pull/1100 +[#1093]: https://github.com/ontodev/robot/issues/1093 [#1091]: https://github.com/ontodev/robot/issues/1091 [#1089]: https://github.com/ontodev/robot/issues/1089 [#1088]: https://github.com/ontodev/robot/issues/1088 @@ -418,6 +424,7 @@ First official release of ROBOT! [#1073]: https://github.com/ontodev/robot/pull/1073 [#1071]: https://github.com/ontodev/robot/pull/1071 [#1061]: https://github.com/ontodev/robot/issues/1061 +[#1060]: https://github.com/ontodev/robot/issues/1060 [#1030]: https://github.com/ontodev/robot/issues/1030 [#1026]: https://github.com/ontodev/robot/issues/1026 [#1023]: https://github.com/ontodev/robot/pull/1023 @@ -439,6 +446,7 @@ First official release of ROBOT! [#948]: https://github.com/ontodev/robot/pull/948 [#944]: https://github.com/ontodev/robot/pull/944 [#938]: https://github.com/ontodev/robot/pull/938 +[#931]: https://github.com/ontodev/robot/pull/931 [#929]: https://github.com/ontodev/robot/pull/929 [#924]: https://github.com/ontodev/robot/issues/924 [#914]: https://github.com/ontodev/robot/pull/914 @@ -449,6 +457,7 @@ First official release of ROBOT! [#882]: https://github.com/ontodev/robot/pull/882 [#879]: https://github.com/ontodev/robot/pull/879 [#874]: https://github.com/ontodev/robot/pull/874 +[#873]: https://github.com/ontodev/robot/pull/873 [#872]: https://github.com/ontodev/robot/pull/872 [#870]: https://github.com/ontodev/robot/pull/870 [#869]: https://github.com/ontodev/robot/pull/869 @@ -469,6 +478,8 @@ First official release of ROBOT! [#792]: https://github.com/ontodev/robot/pull/792 [#788]: https://github.com/ontodev/robot/pull/788 [#783]: https://github.com/ontodev/robot/pull/783 +[#779]: https://github.com/ontodev/robot/pull/779 +[#774]: https://github.com/ontodev/robot/pull/774 [#767]: https://github.com/ontodev/robot/pull/767 [#758]: https://github.com/ontodev/robot/pull/758 [#741]: https://github.com/ontodev/robot/issues/741 From a70b78c1eb76748abe5fa4fbd08ce65c4cb0fb39 Mon Sep 17 00:00:00 2001 From: "James A. Overton" Date: Tue, 28 May 2024 14:30:46 -0400 Subject: [PATCH 3/3] Fix some issues/pull links in CHANGELOG --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 456e92a4b..058e03192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -400,7 +400,7 @@ First official release of ROBOT! [#1194]: https://github.com/ontodev/robot/pull/1194 [#1193]: https://github.com/ontodev/robot/pull/1193 -[#1183]: https://github.com/ontodev/robot/pull/1183 +[#1183]: https://github.com/ontodev/robot/issues/1183 [#1181]: https://github.com/ontodev/robot/pull/1181 [#1179]: https://github.com/ontodev/robot/pull/1179 [#1171]: https://github.com/ontodev/robot/pull/1171 @@ -413,9 +413,9 @@ First official release of ROBOT! [#1119]: https://github.com/ontodev/robot/pull/1119 [#1108]: https://github.com/ontodev/robot/pull/1108 [#1104]: https://github.com/ontodev/robot/pull/1104 -[#1101]: https://github.com/ontodev/robot/pull/1101 +[#1101]: https://github.com/ontodev/robot/issues/1101 [#1100]: https://github.com/ontodev/robot/pull/1100 -[#1093]: https://github.com/ontodev/robot/issues/1093 +[#1093]: https://github.com/ontodev/robot/pull/1093 [#1091]: https://github.com/ontodev/robot/issues/1091 [#1089]: https://github.com/ontodev/robot/issues/1089 [#1088]: https://github.com/ontodev/robot/issues/1088 @@ -446,7 +446,7 @@ First official release of ROBOT! [#948]: https://github.com/ontodev/robot/pull/948 [#944]: https://github.com/ontodev/robot/pull/944 [#938]: https://github.com/ontodev/robot/pull/938 -[#931]: https://github.com/ontodev/robot/pull/931 +[#931]: https://github.com/ontodev/robot/issues/931 [#929]: https://github.com/ontodev/robot/pull/929 [#924]: https://github.com/ontodev/robot/issues/924 [#914]: https://github.com/ontodev/robot/pull/914 @@ -457,7 +457,7 @@ First official release of ROBOT! [#882]: https://github.com/ontodev/robot/pull/882 [#879]: https://github.com/ontodev/robot/pull/879 [#874]: https://github.com/ontodev/robot/pull/874 -[#873]: https://github.com/ontodev/robot/pull/873 +[#873]: https://github.com/ontodev/robot/issues/873 [#872]: https://github.com/ontodev/robot/pull/872 [#870]: https://github.com/ontodev/robot/pull/870 [#869]: https://github.com/ontodev/robot/pull/869