Skip to content

Commit

Permalink
Merge branch 'release/8.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Apr 2, 2024
2 parents 51711b9 + 4d5d567 commit 097054e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 8.0.1

### Various fixes & improvements

- feat: Skip encoding range mappings if it's empty (#86) by @kdy1

## 8.0.0

### 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 = "8.0.0"
version = "8.0.1"
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 = "8.0.0"
version = "8.0.1"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
edition = "2018"

Expand Down

0 comments on commit 097054e

Please sign in to comment.