Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Mar 6, 2024
1 parent d5e4055 commit 02786ba
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It takes as input a formatting style and an [Apache Jena](https://jena.apache.or
produces as output a pretty-printed RDF/Turtle document.

Starting from version 1.2.0, turtle-formatter is licensed under Apache 2.0. The
current version is 1.2.10.
current version is 1.2.11.

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

Expand Down Expand Up @@ -130,9 +130,9 @@ Add the following dependency to your Maven `pom.xml`:
</dependency>
```

Gradle/Groovy: `implementation 'de.atextor:turtle-formatter:1.2.10'`
Gradle/Groovy: `implementation 'de.atextor:turtle-formatter:1.2.11'`

Gradle/Kotlin: `implementation("de.atextor:turtle-formatter:1.2.10")`
Gradle/Kotlin: `implementation("de.atextor:turtle-formatter:1.2.11")`

### Calling the formatter

Expand Down Expand Up @@ -692,6 +692,9 @@ elements in RDF lists.

## Release Notes

* 1.2.11:
* Bugfix: `rdf:type` is not printed as `a` when used as an object
* Update all dependencies, including Apache Jena to 4.10.0
* 1.2.10:
* Configured endOfLine style is honored in prefix formatting
* 1.2.9:
Expand Down

0 comments on commit 02786ba

Please sign in to comment.