Skip to content

Commit a17cd3d

Browse files
Merge pull request #68 from NREL/release/v0.2.3
version patch
2 parents dda1762 + 101455d commit a17cd3d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

rust/bambam-gbfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bambam-gbfs"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2024"
55

66
[dependencies]

rust/bambam-gtfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bambam-gtfs"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
license = "BSD-3-Clause"
66
exclude = ["test", "**/.DS_Store", "target/"]

rust/bambam-omf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bambam-omf"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
license = "BSD-3-Clause"
66
exclude = ["test", "**/.DS_Store", "target/"]

rust/bambam-osm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bambam-osm"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
license = "BSD-3-Clause"
66
exclude = ["test", "**/.DS_Store", "target/"]

rust/bambam/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bambam"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2021"
55
license = "BSD-3-Clause"
66
exclude = ["test", "**/.DS_Store", "target/"]
@@ -25,9 +25,9 @@ bamcensus = { workspace = true }
2525
routee-compass = { workspace = true }
2626
routee-compass-core = { workspace = true }
2727
routee-compass-powertrain = { workspace = true }
28-
bambam-osm = { version = "0.2.2", path = "../bambam-osm" }
29-
bambam-omf = { version = "0.2.2", path = "../bambam-omf" }
30-
bambam-gbfs = { version = "0.2.2", path = "../bambam-gbfs" }
28+
bambam-osm = { version = "0.2.3", path = "../bambam-osm" }
29+
bambam-omf = { version = "0.2.3", path = "../bambam-omf" }
30+
bambam-gbfs = { version = "0.2.3", path = "../bambam-gbfs" }
3131

3232
uom = { workspace = true}
3333
inventory = { workspace = true}

rust/bambam/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add `bambam` to your `Cargo.toml`:
2727

2828
```toml
2929
[dependencies]
30-
bambam = "0.2.2"
30+
bambam = "0.2.3"
3131
```
3232

3333
Or install via cargo:

0 commit comments

Comments
 (0)