Skip to content

Commit eff77ef

Browse files
committed
Update readme
1 parent f8dfdc9 commit eff77ef

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It takes as input a formatting style and an [Apache Jena](https://jena.apache.or
99
produces as output a pretty-printed RDF/Turtle document.
1010

1111
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.
1313

1414
**Current Status**: The library is feature-complete.
1515

@@ -126,13 +126,13 @@ Add the following dependency to your Maven `pom.xml`:
126126
<dependency>
127127
<groupId>de.atextor</groupId>
128128
<artifactId>turtle-formatter</artifactId>
129-
<version>1.2.6</version>
129+
<version>1.2.7</version>
130130
</dependency>
131131
```
132132

133-
Gradle/Groovy: `implementation 'de.atextor:turtle-formatter:1.2.6'`
133+
Gradle/Groovy: `implementation 'de.atextor:turtle-formatter:1.2.7'`
134134

135-
Gradle/Kotlin: `implementation("de.atextor:turtle-formatter:1.2.6")`
135+
Gradle/Kotlin: `implementation("de.atextor:turtle-formatter:1.2.7")`
136136

137137
### Calling the formatter
138138

@@ -654,6 +654,9 @@ elements in RDF lists.
654654

655655
## Release Notes
656656

657+
* 1.2.7:
658+
* Bugfix: URIs and local names are formatted using Jena RIOT; no invalid local
659+
names are printed any longer
657660
* 1.2.6:
658661
* Fix typo in FormattingStyle property (`indentPredicates`)
659662
* Fix alignment of repeated identical predicates

0 commit comments

Comments
 (0)