Skip to content

Commit

Permalink
bump minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwhall committed Sep 16, 2024
1 parent 3b93891 commit 0d801fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "A command-line OpenStreetMap file converter"
edition = "2021"
license = "GPL-3.0-or-later"
name = "skyway"
version = "0.1.0"
version = "0.2.0"

[lib]
name = "skyway"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/osmfilter.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ After the header, you can use any combination of **selectors** and **modifiers**
Every selector must be followed by a **tab-indented** block of one or more modifiers or nested selectors.
Comments start with `#` and extend through the end of a line.
```osmfilter
OSMFilter v0.1.0
OSMFilter v0.2.0
TYPE way # selects ways
HAS "footway" # selects elements with a "footway" tag (any value)
Expand Down

0 comments on commit 0d801fc

Please sign in to comment.