Skip to content

Commit

Permalink
release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jperelli committed Aug 26, 2024
1 parent 6739d15 commit bda7775
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v2.2.0

Added filtering by negation

- Added: Filtering accepts negation with `!` before the key.
- Fixed: new_ptv2 was not getting the public transport relations.

## v2.1.0

Added minor features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "osmptparser"
description = "Openstreetmap Public Transport Parser"
version = "2.1.0"
version = "2.2.0"
authors = ["Julian Perelli <jperelli@gmail.com>"]
edition = "2018"
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit bda7775

Please sign in to comment.