From 68f84b093e38e2a2085fa1a5cd5eee9cdb1f88aa Mon Sep 17 00:00:00 2001 From: "oxc-guard[bot]" <276638029+oxc-guard[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:33:12 +0000 Subject: [PATCH 1/2] chore: release v8.1.1 --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ace213..6089c02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.1.1](https://github.com/oxc-project/oxc-sourcemap/compare/v8.1.0...v8.1.1) - 2026-07-06 + +### Other + +- restore rust-sourcemap license attribution ([#406](https://github.com/oxc-project/oxc-sourcemap/pull/406)) +- *(deps)* update rust crates ([#405](https://github.com/oxc-project/oxc-sourcemap/pull/405)) +- *(deps)* update rust crate napi to v3.10.3 ([#402](https://github.com/oxc-project/oxc-sourcemap/pull/402)) +- *(deps)* update rust crate napi to v3.10.2 ([#401](https://github.com/oxc-project/oxc-sourcemap/pull/401)) +- normalize README sponsor section ([#397](https://github.com/oxc-project/oxc-sourcemap/pull/397)) + ## [8.1.0](https://github.com/oxc-project/oxc-sourcemap/compare/v8.0.2...v8.1.0) - 2026-07-03 ### Added diff --git a/Cargo.lock b/Cargo.lock index 62a7358..90cfa61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -545,7 +545,7 @@ checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" [[package]] name = "oxc_sourcemap" -version = "8.1.0" +version = "8.1.1" dependencies = [ "base64-simd", "criterion2", diff --git a/Cargo.toml b/Cargo.toml index 6c38a97..b10ccc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_sourcemap" -version = "8.1.0" +version = "8.1.1" authors = ["Boshen "] categories = [] edition = "2024" From 30cd802729339f8f35efb7670acdff12b6441f62 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:33:42 +0000 Subject: [PATCH 2/2] [autofix.ci] apply automated fixes --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6089c02..9088b6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Other - restore rust-sourcemap license attribution ([#406](https://github.com/oxc-project/oxc-sourcemap/pull/406)) -- *(deps)* update rust crates ([#405](https://github.com/oxc-project/oxc-sourcemap/pull/405)) -- *(deps)* update rust crate napi to v3.10.3 ([#402](https://github.com/oxc-project/oxc-sourcemap/pull/402)) -- *(deps)* update rust crate napi to v3.10.2 ([#401](https://github.com/oxc-project/oxc-sourcemap/pull/401)) +- _(deps)_ update rust crates ([#405](https://github.com/oxc-project/oxc-sourcemap/pull/405)) +- _(deps)_ update rust crate napi to v3.10.3 ([#402](https://github.com/oxc-project/oxc-sourcemap/pull/402)) +- _(deps)_ update rust crate napi to v3.10.2 ([#401](https://github.com/oxc-project/oxc-sourcemap/pull/401)) - normalize README sponsor section ([#397](https://github.com/oxc-project/oxc-sourcemap/pull/397)) ## [8.1.0](https://github.com/oxc-project/oxc-sourcemap/compare/v8.0.2...v8.1.0) - 2026-07-03