Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Oct 12, 2022
1 parent 7197e1a commit cf36d8a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 5.2

- Add support placeholders for preset names (breaking change in [v5.0.0](https://github.com/ideditor/schema-builder/blob/main/CHANGELOG.md#510) of iD presets schema)
- When searching by term, include results that match with the tag value at the bottom of the result list. (iD has the same behavior)

## 5.1

- add property `boolean isSuggestion` to `Feature` to be able to tell if a feature is a brand feature or not
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Requires Java 8.

## Installation

Add [`de.westnordost:osmfeatures:5.1`](https://mvnrepository.com/artifact/de.westnordost/osmfeatures/5.1) as a Maven dependency or download the jar from there.
Add [`de.westnordost:osmfeatures:5.2`](https://mvnrepository.com/artifact/de.westnordost/osmfeatures/5.2) as a Maven dependency or download the jar from there.

For Android, use [`de.westnordost:osmfeatures-android:5.1`](https://mvnrepository.com/artifact/de.westnordost/osmfeatures-android/5.1).
For Android, use [`de.westnordost:osmfeatures-android:5.2`](https://mvnrepository.com/artifact/de.westnordost/osmfeatures-android/5.2).

## Usage

Expand Down
4 changes: 2 additions & 2 deletions library-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'signing'
}

version = "5.1"
version = "5.2"
group "de.westnordost"

repositories {
Expand All @@ -15,7 +15,7 @@ repositories {

dependencies {
//api (project(':library')) {
api ('de.westnordost:osmfeatures:5.1') {
api ('de.westnordost:osmfeatures:5.2') {
// it's already included in Android
exclude group: 'org.json', module: 'json'
}
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'signing'
}

version = "5.1"
version = "5.2"
group "de.westnordost"

repositories {
Expand Down

0 comments on commit cf36d8a

Please sign in to comment.