Skip to content

Commit f341e8d

Browse files
chore: release v1.0.1 (#10)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ff34516 commit f341e8d

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
## [1.0.1](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v1.0.0...json-escape-simd-v1.0.1) - 2025-09-23
11+
12+
### Other
13+
14+
- use oxc_sourcemap version of escape_generic ([#9](https://github.com/napi-rs/json-escape-simd/pull/9))

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
@@ -3,7 +3,7 @@ members = ["cpu-features"]
33

44
[package]
55
name = "json-escape-simd"
6-
version = "1.0.0"
6+
version = "1.0.1"
77
edition = "2024"
88
rust-version = "1.89.0"
99
include = ["src/**/*.rs"]

cpu-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ rust-version = "1.89.0"
66
publish = false
77

88
[features]
9-
nightly = []
9+
nightly = []

0 commit comments

Comments
 (0)