From da49b6cc1fc1a2a8d7deb654d496d0f7729974a8 Mon Sep 17 00:00:00 2001 From: "oxc-guard[bot]" <276638029+oxc-guard[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:53:46 +0000 Subject: [PATCH 1/2] chore: release v8.0.3 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0991ed..5269793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.0.3](https://github.com/oxc-project/oxc-sourcemap/compare/v8.0.2...v8.0.3) - 2026-06-24 + +### Other + +- *(deps)* update napi to v3.9.4 ([#379](https://github.com/oxc-project/oxc-sourcemap/pull/379)) +- return impl ExactSizeIterator from the slice-backed accessors ([#377](https://github.com/oxc-project/oxc-sourcemap/pull/377)) + ## [8.0.2](https://github.com/oxc-project/oxc-sourcemap/compare/v8.0.1...v8.0.2) - 2026-06-20 ### Other diff --git a/Cargo.lock b/Cargo.lock index c477511..fddcbd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" [[package]] name = "oxc_sourcemap" -version = "8.0.2" +version = "8.0.3" dependencies = [ "base64-simd", "criterion2", diff --git a/Cargo.toml b/Cargo.toml index 576ccf3..0efadb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_sourcemap" -version = "8.0.2" +version = "8.0.3" authors = ["Boshen "] categories = [] edition = "2024" From 12e832a0624d04f73fd9151e16c0bd2514ab3e0e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:54:15 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5269793..0211a40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other -- *(deps)* update napi to v3.9.4 ([#379](https://github.com/oxc-project/oxc-sourcemap/pull/379)) +- _(deps)_ update napi to v3.9.4 ([#379](https://github.com/oxc-project/oxc-sourcemap/pull/379)) - return impl ExactSizeIterator from the slice-backed accessors ([#377](https://github.com/oxc-project/oxc-sourcemap/pull/377)) ## [8.0.2](https://github.com/oxc-project/oxc-sourcemap/compare/v8.0.1...v8.0.2) - 2026-06-20