Skip to content

Commit eb720a0

Browse files
authored
chore: release v4.0.2 (#87)
1 parent 5c80f8b commit eb720a0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this package will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project does not adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) until v1.0.0.
66

7+
## [4.0.2](https://github.com/oxc-project/oxc-sourcemap/compare/v4.0.1...v4.0.2) - 2025-07-18
8+
9+
### Other
10+
11+
- return `&Arc<str>` instead `&str` for source content ([#88](https://github.com/oxc-project/oxc-sourcemap/pull/88))
12+
- reduce size of token from 32 bytes to 24 ([#86](https://github.com/oxc-project/oxc-sourcemap/pull/86))
13+
714
## [4.0.1](https://github.com/oxc-project/oxc-sourcemap/compare/v4.0.0...v4.0.1) - 2025-07-18
815

916
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_sourcemap"
3-
version = "4.0.1"
3+
version = "4.0.2"
44
publish = true
55
authors = ["Boshen <boshenc@gmail.com>"]
66
edition = "2024"

0 commit comments

Comments
 (0)