Skip to content

Commit

Permalink
release: 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 22, 2024
1 parent c95386a commit 33aaddd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 8.0.0

### Various fixes & improvements

- feat: Add support for range mappings proposal (#77) by @kdy1
- perf: using Arc<str> instead of String (#84) by @underfin
- perf: using FxHashMap instead of HashMap (#83) by @underfin

## 7.1.1

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourcemap"
version = "7.1.1"
version = "8.0.0"
authors = ["Sentry <hello@sentry.io>"]
keywords = ["javascript", "sourcemap", "sourcemaps"]
description = "Basic sourcemap handling for Rust"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "7.1.1"
version = "8.0.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
edition = "2018"

Expand Down

0 comments on commit 33aaddd

Please sign in to comment.