Skip to content

Commit aad1685

Browse files
author
getsentry-bot
committed
Merge branch 'release/9.3.2'
2 parents c3c213d + 36d04d6 commit aad1685

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 9.3.2
4+
5+
- strip_identifier can cause a panic with cjk identifiers by @mznet in [#138](https://github.com/getsentry/rust-sourcemap/pull/138)
6+
37
## 9.3.1
48

59
- Support charset in `decode_data_url` by @coolreader18 in [#137](https://github.com/getsentry/rust-sourcemap/pull/137)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sourcemap"
3-
version = "9.3.1"
3+
version = "9.3.2"
44
authors = ["Sentry <[email protected]>"]
55
keywords = ["javascript", "sourcemap", "sourcemaps"]
66
description = "Basic sourcemap handling for Rust"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cli"
3-
version = "9.3.1"
3+
version = "9.3.2"
44
authors = ["Armin Ronacher <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)