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.
2 parents 3bac35b + 38ec7fc commit 7ebed4dCopy full SHA for 7ebed4d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 9.3.1
4
+
5
+- Support charset in `decode_data_url` by @coolreader18 in [#137](https://github.com/getsentry/rust-sourcemap/pull/137)
6
7
## 9.3.0
8
9
### New Features ✨
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "sourcemap"
-version = "9.3.0"
+version = "9.3.1"
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