Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions crates/geometry-adapt-geo-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-geo-types-v0.0.8...geometry-adapt-geo-types-v0.0.9) - 2026-09-05

### Other

- updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-geo-types-v0.0.7...geometry-adapt-geo-types-v0.0.8) - 2026-07-15

### Other
Expand Down
10 changes: 5 additions & 5 deletions crates/geometry-adapt-geo-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-adapt-geo-types"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -12,10 +12,10 @@ readme = "README.md"

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords" }
geometry-cs = { version = "0.0.8", path = "../geometry-cs" }
geometry-trait = { version = "0.0.8", path = "../geometry-trait" }
geometry-model = { version = "0.0.8", path = "../geometry-model" }
geometry-coords = { version = "0.0.9", path = "../geometry-coords" }
geometry-cs = { version = "0.0.9", path = "../geometry-cs" }
geometry-trait = { version = "0.0.9", path = "../geometry-trait" }
geometry-model = { version = "0.0.9", path = "../geometry-model" }
geo-types = "0.7"

[dev-dependencies]
Expand Down
6 changes: 6 additions & 0 deletions crates/geometry-adapt-nalgebra/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-nalgebra-v0.0.8...geometry-adapt-nalgebra-v0.0.9) - 2026-09-05

### Other

- updated the following local packages: geometry-coords, geometry-cs, geometry-trait

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-nalgebra-v0.0.7...geometry-adapt-nalgebra-v0.0.8) - 2026-07-15

### Other
Expand Down
8 changes: 4 additions & 4 deletions crates/geometry-adapt-nalgebra/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-adapt-nalgebra"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -12,9 +12,9 @@ readme = "README.md"

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords" }
geometry-cs = { version = "0.0.8", path = "../geometry-cs" }
geometry-trait = { version = "0.0.8", path = "../geometry-trait" }
geometry-coords = { version = "0.0.9", path = "../geometry-coords" }
geometry-cs = { version = "0.0.9", path = "../geometry-cs" }
geometry-trait = { version = "0.0.9", path = "../geometry-trait" }
nalgebra = "0.32"

[dev-dependencies]
Expand Down
6 changes: 6 additions & 0 deletions crates/geometry-adapt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-v0.0.8...geometry-adapt-v0.0.9) - 2026-09-05

### Other

- updated the following local packages: geometry-coords, geometry-cs, geometry-trait

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-adapt-v0.0.7...geometry-adapt-v0.0.8) - 2026-07-15

### Other
Expand Down
8 changes: 4 additions & 4 deletions crates/geometry-adapt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-adapt"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -24,9 +24,9 @@ libm = [

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }

[dev-dependencies]
geometry-algorithm = { path = "../geometry-algorithm" }
Expand Down
8 changes: 8 additions & 0 deletions crates/geometry-algorithm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-algorithm-v0.0.8...geometry-algorithm-v0.0.9) - 2026-09-05

### Fixed

- *(build)* keep the workspace clean under Rust 1.98
- *(coords)* two points within an epsilon are one point
- *(algorithm)* collapse repeated vertices in remove_spikes

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-algorithm-v0.0.7...geometry-algorithm-v0.0.8) - 2026-07-15

### Added
Expand Down
12 changes: 6 additions & 6 deletions crates/geometry-algorithm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-algorithm"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -27,12 +27,12 @@ libm = [
]

[dependencies]
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-tag = { version = "0.0.7", path = "../geometry-tag", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-strategy = { version = "0.0.8", path = "../geometry-strategy", default-features = false }
geometry-model = { version = "0.0.8", path = "../geometry-model", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
geometry-strategy = { version = "0.0.9", path = "../geometry-strategy", default-features = false }
geometry-model = { version = "0.0.9", path = "../geometry-model", default-features = false }

[dev-dependencies]
geometry-adapt = { path = "../geometry-adapt" }
Expand Down
6 changes: 6 additions & 0 deletions crates/geometry-coords/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-coords-v0.0.8...geometry-coords-v0.0.9) - 2026-09-05

### Fixed

- *(coords)* two points within an epsilon are one point

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-coords-v0.0.7...geometry-coords-v0.0.8) - 2026-07-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/geometry-coords/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-coords"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/geometry-cs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-cs-v0.0.8...geometry-cs-v0.0.9) - 2026-09-05

### Other

- updated the following local packages: geometry-coords

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-cs-v0.0.7...geometry-cs-v0.0.8) - 2026-07-15

### Other
Expand Down
4 changes: 2 additions & 2 deletions crates/geometry-cs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-cs"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -11,7 +11,7 @@ description = "Coordinate system types: Cartesian, Spherical, Geographic, and an
readme = "README.md"

[dependencies]
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }

[features]
default = ["std"]
Expand Down
6 changes: 6 additions & 0 deletions crates/geometry-io-geojson/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-io-geojson-v0.0.8...geometry-io-geojson-v0.0.9) - 2026-09-05

### Other

- updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-io-geojson-v0.0.7...geometry-io-geojson-v0.0.8) - 2026-07-15

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions crates/geometry-io-geojson/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-io-geojson"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -21,10 +21,10 @@ std = [

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.8", path = "../geometry-model", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.9", path = "../geometry-model", default-features = false }
itoa = "1"

[lints]
Expand Down
6 changes: 6 additions & 0 deletions crates/geometry-io-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-io-svg-v0.0.8...geometry-io-svg-v0.0.9) - 2026-09-05

### Other

- updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-io-svg-v0.0.7...geometry-io-svg-v0.0.8) - 2026-07-15

### Other
Expand Down
10 changes: 5 additions & 5 deletions crates/geometry-io-svg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-io-svg"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -21,10 +21,10 @@ std = [

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.8", path = "../geometry-model", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.9", path = "../geometry-model", default-features = false }

[lints]
workspace = true
6 changes: 6 additions & 0 deletions crates/geometry-io-wkb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-io-wkb-v0.0.8...geometry-io-wkb-v0.0.9) - 2026-09-05

### Other

- updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-io-wkb-v0.0.7...geometry-io-wkb-v0.0.8) - 2026-07-15

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions crates/geometry-io-wkb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-io-wkb"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -21,10 +21,10 @@ std = [

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.8", path = "../geometry-model", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.9", path = "../geometry-model", default-features = false }

[lints]
workspace = true
6 changes: 6 additions & 0 deletions crates/geometry-io-wkt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-io-wkt-v0.0.8...geometry-io-wkt-v0.0.9) - 2026-09-05

### Other

- updated the following local packages: geometry-coords, geometry-cs, geometry-trait, geometry-model

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-io-wkt-v0.0.7...geometry-io-wkt-v0.0.8) - 2026-07-15

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions crates/geometry-io-wkt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-io-wkt"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -21,10 +21,10 @@ std = [

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.8", path = "../geometry-model", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
geometry-model = { version = "0.0.9", path = "../geometry-model", default-features = false }
itoa = "1"
ryu = "1"

Expand Down
6 changes: 6 additions & 0 deletions crates/geometry-model/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.9](https://github.com/pentatonick/boost_geometry/compare/geometry-model-v0.0.8...geometry-model-v0.0.9) - 2026-09-05

### Other

- updated the following local packages: geometry-coords, geometry-cs, geometry-trait

## [0.0.8](https://github.com/pentatonick/boost_geometry/compare/geometry-model-v0.0.7...geometry-model-v0.0.8) - 2026-07-15

### Added
Expand Down
8 changes: 4 additions & 4 deletions crates/geometry-model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "geometry-model"
version = "0.0.8"
version = "0.0.9"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
Expand All @@ -22,9 +22,9 @@ serde = ["dep:serde"]

[dependencies]
geometry-tag = { version = "0.0.7", path = "../geometry-tag" }
geometry-coords = { version = "0.0.8", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.8", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.8", path = "../geometry-trait", default-features = false }
geometry-coords = { version = "0.0.9", path = "../geometry-coords", default-features = false }
geometry-cs = { version = "0.0.9", path = "../geometry-cs", default-features = false }
geometry-trait = { version = "0.0.9", path = "../geometry-trait", default-features = false }
serde = { version = "1", optional = true, default-features = false, features = ["derive", "alloc"] }

[dev-dependencies]
Expand Down
Loading
Loading