Skip to content

Commit 22aff39

Browse files
chore: release v1.1.1
1 parent fe51a18 commit 22aff39

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.1](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v1.1.0...json-escape-simd-v1.1.1) - 2025-10-01
11+
12+
### Other
13+
14+
- *(deps)* update rust crate json-escape to 0.3.0 ([#24](https://github.com/napi-rs/json-escape-simd/pull/24))
15+
- *(deps)* update rust crate json-escape to 0.2.0 ([#23](https://github.com/napi-rs/json-escape-simd/pull/23))
16+
- omit other crates in codspeed ([#22](https://github.com/napi-rs/json-escape-simd/pull/22))
17+
- add benchmark ([#20](https://github.com/napi-rs/json-escape-simd/pull/20))
18+
1019
## [1.1.0](https://github.com/napi-rs/json-escape-simd/compare/json-escape-simd-v1.0.4...json-escape-simd-v1.1.0) - 2025-09-23
1120

1221
### Added

Cargo.lock

Lines changed: 3 additions & 3 deletions
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.1.0"
6+
version = "1.1.1"
77
edition = "2024"
88
rust-version = "1.89.0"
99
include = ["src/**/*.rs"]

0 commit comments

Comments
 (0)