Skip to content

Commit

Permalink
bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwhall committed Nov 18, 2024
1 parent 7c535ff commit ee4b88f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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
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.4.0"
version = "0.4.1"

[lib]
name = "skyway"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/skyfilter.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.
```skyfilter
SkyFilter v0.4.0
SkyFilter v0.4.1
TYPE way # selects ways
HAS "footway" # selects elements with a "footway" tag (any value)
Expand Down

0 comments on commit ee4b88f

Please sign in to comment.