Skip to content

Commit a172f38

Browse files
chore: release v2.0.1 (#35)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7408520 commit a172f38

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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+
## [2.0.1](https://github.com/hyf0/sugar_path/compare/v2.0.0...v2.0.1) - 2026-02-23
11+
12+
### Fixed
13+
14+
- support wasm platform
15+
16+
### Other
17+
18+
- polish README.md
19+
1020
## [2.0.0](https://github.com/hyf0/sugar_path/compare/v1.2.0...v2.0.0) - 2025-10-21
1121

1222
### Other

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "sugar_path"
33
description = "Sugar functions for manipulating paths"
44
keywords = ["path", "path-slash", "relative-path"]
55
repository = "https://github.com/hyf0/sugar_path"
6-
version = "2.0.0"
6+
version = "2.0.1"
77
edition = "2024"
88
license = "MIT"
99
autobenches = false

0 commit comments

Comments
 (0)