Skip to content

Commit

Permalink
bump to version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-dupre committed Nov 19, 2024
1 parent 72f3011 commit e378856
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opening-hours"
version = "0.9.0"
version = "0.10.0"
authors = ["Rémi Dupré <remi@dupre.io>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand All @@ -21,14 +21,14 @@ members = ["compact-calendar", "fuzz", "opening-hours-syntax", "python"]
disable-test-timeouts = []

[dependencies]
compact-calendar = { path = "compact-calendar", version = "0.9.0" }
opening-hours-syntax = { path = "opening-hours-syntax", version = "0.9.0" }
compact-calendar = { path = "compact-calendar", version = "0.10.0" }
opening-hours-syntax = { path = "opening-hours-syntax", version = "0.10.0" }
chrono = "0.4"
flate2 = "1.0"
log = { version = "0.4", features = [ "kv" ] }

[build-dependencies]
compact-calendar = { path = "compact-calendar", version = "0.9.0" }
compact-calendar = { path = "compact-calendar", version = "0.10.0" }
chrono = "0.4"
flate2 = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion compact-calendar/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "compact-calendar"
version = "0.9.0"
version = "0.10.0"
authors = ["Rémi Dupré <remi@dupre.io>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion opening-hours-syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opening-hours-syntax"
version = "0.9.0"
version = "0.10.0"
authors = ["Rémi Dupré <remi@dupre.io>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "opening-hours-py"
version = "0.9.0"
version = "0.10.0"
description = "A parser for the opening_hours fields from OpenStreetMap."
authors = ["Rémi Dupré <remi@dupre.io>"]

Expand Down
6 changes: 3 additions & 3 deletions python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opening-hours-py"
version = "0.9.0"
version = "0.10.0"
authors = ["Rémi Dupré <remi@dupre.io>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand All @@ -16,7 +16,7 @@ crate-type = ["cdylib"]

[dependencies]
chrono = "0.4"
opening-hours = { path = "..", version = "0.9.0" }
opening-hours-syntax = { path = "../opening-hours-syntax", version = "0.9.0" }
opening-hours = { path = "..", version = "0.10.0" }
opening-hours-syntax = { path = "../opening-hours-syntax", version = "0.10.0" }
pyo3 = { version = "0.22", features = ["chrono", "extension-module", "generate-import-lib"] }
pyo3-log = "0.11"

0 comments on commit e378856

Please sign in to comment.