Skip to content

Commit

Permalink
Merge branch 'release/8.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 22, 2024
2 parents c95386a + 33aaddd commit ce8b140
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 <[email protected]>"]
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 <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit ce8b140

Please sign in to comment.