Skip to content

Commit e49ce40

Browse files
author
getsentry-bot
committed
Merge branch 'release/9.2.1'
2 parents 38bf093 + abfa454 commit e49ce40

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 9.2.1
4+
5+
### Various fixes & improvements
6+
7+
- perf: Make `SourceMapIndex::flatten` more efficient (#121) by @kdy1
8+
39
## 9.2.0
410

511
### Various fixes & improvements

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.2.0"
3+
version = "9.2.1"
44
authors = ["Sentry <hello@sentry.io>"]
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.2.0"
3+
version = "9.2.1"
44
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)