Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Oct 16, 2024
1 parent d1d3da8 commit ec98dcb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

kotlin {
group = "de.westnordost"
version = "6.1"
version = "6.2"

jvm()
androidTarget {
Expand Down

0 comments on commit ec98dcb

Please sign in to comment.