File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ It takes as input a formatting style and an [Apache Jena](https://jena.apache.or
9
9
produces as output a pretty-printed RDF/Turtle document.
10
10
11
11
Starting from version 1.2.0, turtle-formatter is licensed under Apache 2.0. The
12
- current version is 1.2.6 .
12
+ current version is 1.2.7 .
13
13
14
14
** Current Status** : The library is feature-complete.
15
15
@@ -126,13 +126,13 @@ Add the following dependency to your Maven `pom.xml`:
126
126
<dependency >
127
127
<groupId >de.atextor</groupId >
128
128
<artifactId >turtle-formatter</artifactId >
129
- <version >1.2.6 </version >
129
+ <version >1.2.7 </version >
130
130
</dependency >
131
131
```
132
132
133
- Gradle/Groovy: ` implementation 'de.atextor:turtle-formatter:1.2.6 ' `
133
+ Gradle/Groovy: ` implementation 'de.atextor:turtle-formatter:1.2.7 ' `
134
134
135
- Gradle/Kotlin: ` implementation("de.atextor:turtle-formatter:1.2.6 ") `
135
+ Gradle/Kotlin: ` implementation("de.atextor:turtle-formatter:1.2.7 ") `
136
136
137
137
### Calling the formatter
138
138
@@ -654,6 +654,9 @@ elements in RDF lists.
654
654
655
655
## Release Notes
656
656
657
+ * 1.2.7:
658
+ * Bugfix: URIs and local names are formatted using Jena RIOT; no invalid local
659
+ names are printed any longer
657
660
* 1.2.6:
658
661
* Fix typo in FormattingStyle property (` indentPredicates ` )
659
662
* Fix alignment of repeated identical predicates
You can’t perform that action at this time.
0 commit comments