Skip to content

Commit 40ca8ab

Browse files
chore: release v3.0.1
1 parent c02460d commit 40ca8ab

File tree

10 files changed

+86
-13
lines changed

10 files changed

+86
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ 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-31
11+
12+
### Other
13+
14+
- more derive
15+
- Add preliminary enum support
16+
- shill for namespace, closes #36
17+
- Dummy change to test CI speed
18+
- specific toolchains, reformat code
19+
- extract shape pretty printing into its own module
20+
- Improve debug output
21+
1022
## [3.0.0](https://github.com/bearcove/shapely/compare/shapely-core-v2.0.1...shapely-core-v3.0.0) - 2025-03-11
1123

1224
### Added

shapely-derive/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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-derive-v3.0.0...shapely-derive-v3.0.1) - 2025-03-31
11+
12+
### Other
13+
14+
- More complex derives work
15+
- Support more attribute
16+
- more derive
17+
- Add preliminary enum support
18+
- shill for namespace, closes #36
19+
1020
## [2.0.0](https://github.com/bearcove/shapely/compare/shapely-derive-v1.0.0...shapely-derive-v2.0.0) - 2025-03-11
1121

1222
### Other

shapely-json/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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-31
11+
12+
### Other
13+
14+
- shill for namespace, closes #36
15+
- specific toolchains, reformat code
16+
- Improve debug output
17+
- woo
18+
1019
## [2.0.0](https://github.com/bearcove/shapely/compare/shapely-json-v1.0.0...shapely-json-v2.0.0) - 2025-03-11
1120

1221
### Other

shapely-msgpack/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-msgpack-v3.0.0...shapely-msgpack-v3.0.1) - 2025-03-31
11+
12+
### Other
13+
14+
- shill for namespace, closes #36
15+
- specific toolchains, reformat code
16+
1017
## [2.0.1](https://github.com/bearcove/shapely/compare/shapely-msgpack-v2.0.0...shapely-msgpack-v2.0.1) - 2025-03-11
1118

1219
### Other

shapely-pretty/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-pretty-v3.0.0...shapely-pretty-v3.0.1) - 2025-03-31
11+
12+
### Other
13+
14+
- Add preliminary enum support
15+
- shill for namespace, closes #36
16+
- specific toolchains, reformat code
17+
1018
## [3.0.0](https://github.com/bearcove/shapely/compare/shapely-pretty-v2.0.1...shapely-pretty-v3.0.0) - 2025-03-11
1119

1220
### Added

shapely-urlencoded/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-urlencoded-v3.0.0...shapely-urlencoded-v3.0.1) - 2025-03-31
11+
12+
### Other
13+
14+
- shill for namespace, closes #36
15+
- specific toolchains, reformat code
16+
- Improve debug output
17+
1018
## [2.0.1](https://github.com/bearcove/shapely/compare/shapely-urlencoded-v2.0.0...shapely-urlencoded-v2.0.1) - 2025-03-11
1119

1220
### Other

shapely-yaml/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-yaml-v3.0.0...shapely-yaml-v3.0.1) - 2025-03-31
11+
12+
### Other
13+
14+
- shill for namespace, closes #36
15+
1016
## [2.0.1](https://github.com/bearcove/shapely/compare/shapely-yaml-v2.0.0...shapely-yaml-v2.0.1) - 2025-03-11
1117

1218
### Other

shapely/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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-31
11+
12+
### Other
13+
14+
- More complex derives work
15+
- Real-life derive, which fails
16+
- Support more attribute
17+
- more derive
18+
- shill for namespace, closes #36
19+
- just pre-commit, just fmt
20+
- set up cargo-husky to run cargo fmt
21+
- specific toolchains, reformat code
22+
1023
## [3.0.0](https://github.com/bearcove/shapely/compare/shapely-v2.0.1...shapely-v3.0.0) - 2025-03-11
1124

1225
### Other

0 commit comments

Comments
 (0)