Skip to content

Commit c084da3

Browse files
chore: release v3.0.1
1 parent 4670613 commit c084da3

File tree

8 files changed

+54
-13
lines changed

8 files changed

+54
-13
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["shapely", "shapely-core", "shapely-derive", "shapely-json", "shapely
33
resolver = "3"
44

55
[workspace.package]
6-
version = "3.0.0"
6+
version = "3.0.1"
77
authors = ["Amos Wenger <[email protected]>"]
88
edition = "2024"
99
rust-version = "1.85"
@@ -22,9 +22,9 @@ keywords = [
2222
categories = ["encoding", "parsing", "development-tools", "data-structures"]
2323

2424
[workspace.dependencies]
25-
shapely = { version = "3.0.0", path = "shapely" }
26-
shapely-core = { version = "3.0.0", path = "shapely-core" }
27-
shapely-derive = { version = "3.0.0", path = "shapely-derive" }
28-
shapely-pretty = { version = "3.0.0", path = "shapely-pretty" }
25+
shapely = { version = "3.0.1", path = "shapely" }
26+
shapely-core = { version = "3.0.1", path = "shapely-core" }
27+
shapely-derive = { version = "3.0.1", path = "shapely-derive" }
28+
shapely-pretty = { version = "3.0.1", path = "shapely-pretty" }
2929
unsynn = "0.0.25"
3030
form_urlencoded = "1.2.1"

shapely-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-core-v3.0.0...shapely-core-v3.0.1) - 2025-03-18
11+
12+
### Other
13+
14+
- specific toolchains, reformat code
15+
- extract shape pretty printing into its own module
16+
- Improve debug output
17+
1018
## [3.0.0](https://github.com/bearcove/shapely/compare/shapely-core-v2.0.1...shapely-core-v3.0.0) - 2025-03-11
1119

1220
### Added

shapely-json/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-json-v3.0.0...shapely-json-v3.0.1) - 2025-03-18
11+
12+
### Other
13+
14+
- specific toolchains, reformat code
15+
- Improve debug output
16+
- woo
17+
1018
## [2.0.0](https://github.com/bearcove/shapely/compare/shapely-json-v1.0.0...shapely-json-v2.0.0) - 2025-03-11
1119

1220
### Other

shapely-msgpack/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-msgpack-v3.0.0...shapely-msgpack-v3.0.1) - 2025-03-18
11+
12+
### Other
13+
14+
- specific toolchains, reformat code
15+
1016
## [2.0.1](https://github.com/bearcove/shapely/compare/shapely-msgpack-v2.0.0...shapely-msgpack-v2.0.1) - 2025-03-11
1117

1218
### Other

shapely-pretty/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-pretty-v3.0.0...shapely-pretty-v3.0.1) - 2025-03-18
11+
12+
### Other
13+
14+
- specific toolchains, reformat code
15+
1016
## [3.0.0](https://github.com/bearcove/shapely/compare/shapely-pretty-v2.0.1...shapely-pretty-v3.0.0) - 2025-03-11
1117

1218
### Added

shapely-urlencoded/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-urlencoded-v3.0.0...shapely-urlencoded-v3.0.1) - 2025-03-18
11+
12+
### Other
13+
14+
- specific toolchains, reformat code
15+
- Improve debug output
16+
1017
## [2.0.1](https://github.com/bearcove/shapely/compare/shapely-urlencoded-v2.0.0...shapely-urlencoded-v2.0.1) - 2025-03-11
1118

1219
### Other

shapely/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-v3.0.0...shapely-v3.0.1) - 2025-03-18
11+
12+
### Other
13+
14+
- specific toolchains, reformat code
15+
1016
## [3.0.0](https://github.com/bearcove/shapely/compare/shapely-v2.0.1...shapely-v3.0.0) - 2025-03-11
1117

1218
### Other

0 commit comments

Comments
 (0)