Skip to content

Commit 58982c6

Browse files
chore: release v2.0.1
1 parent 7f48d26 commit 58982c6

File tree

5 files changed

+48
-11
lines changed

5 files changed

+48
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 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 = "2.0.0"
6+
version = "2.0.1"
77
authors = ["Amos Wenger <[email protected]>"]
88
edition = "2024"
99
rust-version = "1.85"
@@ -22,8 +22,8 @@ keywords = [
2222
categories = ["encoding", "parsing", "development-tools", "data-structures"]
2323

2424
[workspace.dependencies]
25-
shapely = { version = "2.0.0", path = "shapely" }
26-
shapely-core = { version = "2.0.0", path = "shapely-core" }
27-
shapely-derive = { version = "2.0.0", path = "shapely-derive" }
25+
shapely = { version = "2.0.1", path = "shapely" }
26+
shapely-core = { version = "2.0.1", path = "shapely-core" }
27+
shapely-derive = { version = "2.0.1", path = "shapely-derive" }
2828
unsynn = "0.0.25"
2929
form_urlencoded = "1.2.1"

shapely-msgpack/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [2.0.1](https://github.com/bearcove/shapely/compare/shapely-msgpack-v2.0.0...shapely-msgpack-v2.0.1) - 2025-03-11
11+
12+
### Other
13+
14+
- Last few fixes
15+
- Add examples to YAML and MessagePack crates, simplify READMEs, and fix doc tests

shapely-urlencoded/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [2.0.1](https://github.com/bearcove/shapely/compare/shapely-urlencoded-v2.0.0...shapely-urlencoded-v2.0.1) - 2025-03-11
11+
12+
### Other
13+
14+
- Last few fixes
15+
- Add shapely-urlencoded crate for URL encoded form data deserialization

shapely-yaml/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+
## [2.0.1](https://github.com/bearcove/shapely/compare/shapely-yaml-v2.0.0...shapely-yaml-v2.0.1) - 2025-03-11
11+
12+
### Other
13+
14+
- Add examples to YAML and MessagePack crates, simplify READMEs, and fix doc tests
15+
- Clippy fixes
16+
1017
## [2.0.0](https://github.com/bearcove/shapely/compare/shapely-yaml-v1.0.0...shapely-yaml-v2.0.0) - 2025-03-11
1118

1219
### Other

0 commit comments

Comments
 (0)