diff --git a/CHANGELOG.md b/CHANGELOG.md index b987ce0..7ab5144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +# 6.2 + +- support proper stream parsing using (kotlinx-io's) `Source` +- fix `FeatureDictionary.getById` didn't always exclude country-specific results when the `country` + parameter was `null` even though it was documented as such + # 6.1 - Fix crash when single presets were translated only partially for a dialect (#26), by @logan12358 diff --git a/README.md b/README.md index eaa1426..8f835a2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ It is currently used in [StreetComplete](https://github.com/streetcomplete/stree ## Usage -Add [de.westnordost:osmfeatures:6.1](https://mvnrepository.com/artifact/de.westnordost/osmfeatures/6.1) as a Maven dependency or download the jar from there. +Add [de.westnordost:osmfeatures:6.2](https://mvnrepository.com/artifact/de.westnordost/osmfeatures/6.1) as a Maven dependency or download the jar from there. ### Get the data diff --git a/build.gradle.kts b/build.gradle.kts index c01137f..d2f86fc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { kotlin { group = "de.westnordost" - version = "6.1" + version = "6.2" jvm() androidTarget {