Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v3.0.1 #25

Closed
wants to merge 1 commit into from
Closed
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
16 changes: 8 additions & 8 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["shapely", "shapely-core", "shapely-derive", "shapely-json", "shapely
resolver = "3"

[workspace.package]
version = "3.0.0"
version = "3.0.1"
authors = ["Amos Wenger <[email protected]>"]
edition = "2024"
rust-version = "1.85"
Expand All @@ -22,9 +22,9 @@ keywords = [
categories = ["encoding", "parsing", "development-tools", "data-structures"]

[workspace.dependencies]
shapely = { version = "3.0.0", path = "shapely" }
shapely-core = { version = "3.0.0", path = "shapely-core" }
shapely-derive = { version = "3.0.0", path = "shapely-derive" }
shapely-pretty = { version = "3.0.0", path = "shapely-pretty" }
shapely = { version = "3.0.1", path = "shapely" }
shapely-core = { version = "3.0.1", path = "shapely-core" }
shapely-derive = { version = "3.0.1", path = "shapely-derive" }
shapely-pretty = { version = "3.0.1", path = "shapely-pretty" }
unsynn = "0.0.25"
form_urlencoded = "1.2.1"
9 changes: 9 additions & 0 deletions shapely-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-core-v3.0.0...shapely-core-v3.0.1) - 2025-03-27

### Other

- Dummy change to test CI speed
- specific toolchains, reformat code
- extract shape pretty printing into its own module
- Improve debug output

## [3.0.0](https://github.com/bearcove/shapely/compare/shapely-core-v2.0.1...shapely-core-v3.0.0) - 2025-03-11

### Added
Expand Down
8 changes: 8 additions & 0 deletions shapely-json/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]

## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-json-v3.0.0...shapely-json-v3.0.1) - 2025-03-27

### Other

- specific toolchains, reformat code
- Improve debug output
- woo

## [2.0.0](https://github.com/bearcove/shapely/compare/shapely-json-v1.0.0...shapely-json-v2.0.0) - 2025-03-11

### Other
Expand Down
6 changes: 6 additions & 0 deletions shapely-msgpack/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]

## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-msgpack-v3.0.0...shapely-msgpack-v3.0.1) - 2025-03-27

### Other

- specific toolchains, reformat code

## [2.0.1](https://github.com/bearcove/shapely/compare/shapely-msgpack-v2.0.0...shapely-msgpack-v2.0.1) - 2025-03-11

### Other
Expand Down
6 changes: 6 additions & 0 deletions shapely-pretty/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]

## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-pretty-v3.0.0...shapely-pretty-v3.0.1) - 2025-03-27

### Other

- specific toolchains, reformat code

## [3.0.0](https://github.com/bearcove/shapely/compare/shapely-pretty-v2.0.1...shapely-pretty-v3.0.0) - 2025-03-11

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

## [Unreleased]

## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-urlencoded-v3.0.0...shapely-urlencoded-v3.0.1) - 2025-03-27

### Other

- specific toolchains, reformat code
- Improve debug output

## [2.0.1](https://github.com/bearcove/shapely/compare/shapely-urlencoded-v2.0.0...shapely-urlencoded-v2.0.1) - 2025-03-11

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

## [Unreleased]

## [3.0.1](https://github.com/bearcove/shapely/compare/shapely-v3.0.0...shapely-v3.0.1) - 2025-03-27

### Other

- set up cargo-husky to run cargo fmt
- specific toolchains, reformat code

## [3.0.0](https://github.com/bearcove/shapely/compare/shapely-v2.0.1...shapely-v3.0.0) - 2025-03-11

### Other
Expand Down