We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c213d commit 36d04d6Copy full SHA for 36d04d6
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
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
7
## 9.3.1
8
9
- Support charset in `decode_data_url` by @coolreader18 in [#137](https://github.com/getsentry/rust-sourcemap/pull/137)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sourcemap"
-version = "9.3.1"
+version = "9.3.2"
authors = ["Sentry <hello@sentry.io>"]
keywords = ["javascript", "sourcemap", "sourcemaps"]
description = "Basic sourcemap handling for Rust"
cli/Cargo.toml
name = "cli"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
edition = "2018"
0 commit comments