Skip to content

Commit d091494

Browse files
committed
v2.12.3
1 parent b6f0199 commit d091494

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Changes.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 2.12.3
2+
2023-04-10
3+
4+
* update codemeta.json
5+
* webpage with rdf data moved to https://www.let.rug.nl/alfa/rdf/alud
6+
7+
18
Version 2.12.2
29
2023-04-10
310

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"https://w3id.org/software-types",
77
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld"
88
],
9-
"@id": "https://www.let.rug.nl/alfa/rdf/alud/",
9+
"@id": "https://www.let.rug.nl/alfa/rdf/alud",
1010
"@type": "SoftwareSourceCode",
1111
"name": "alud",
1212
"description": "A Go package for deriving Universal Dependencies from Dutch sentences parsed with Alpino",
1313
"sameAs": "https://tools.clariah.nl/alud",
1414
"dateCreated": "2019-06-30",
1515
"datePublished": "2019-11-27",
1616
"dateModified": "2023-04-10",
17-
"version": "2.12.2",
17+
"version": "2.12.3",
1818
"releaseNotes": "https://github.com/rug-compling/alud/blob/master/Changes.txt",
1919
"codeRepository": "https://github.com/rug-compling/alud.git",
2020
"readme": "https://github.com/rug-compling/alud/blob/master/README.md",

v2/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Zie:
1515
1616
*/
1717

18-
const version = "2.12.2"
18+
const version = "2.12.3"

0 commit comments

Comments
 (0)