From e6f28df222b379b6e0cc6e0b2bef53241672b35f Mon Sep 17 00:00:00 2001 From: getsentry-bot Date: Mon, 11 Mar 2024 09:00:43 +0000 Subject: [PATCH] release: 7.1.0 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- cli/Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e16930..be89af3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 7.1.0 + +### Various fixes & improvements + +- refactor: make SourceView implement Sync (#80) by @underfin +- feat: add SourceMap::to_data_url (#81) by @underfin +- feat: Replace `unicode-id` crate with `unicode-id-start` (#78) by @Boshen + ## 7.0.1 ### Various fixes and improvements diff --git a/Cargo.toml b/Cargo.toml index 69448ec..0a447c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sourcemap" -version = "7.0.1" +version = "7.1.0" authors = ["Sentry "] keywords = ["javascript", "sourcemap", "sourcemaps"] description = "Basic sourcemap handling for Rust" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 088ba4a..c04a763 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "7.0.1" +version = "7.1.0" authors = ["Armin Ronacher "] edition = "2018"