Skip to content

Commit

Permalink
Merge branch 'release/9.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Aug 2, 2024
2 parents dca72d4 + 1f73839 commit 818bc98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 9.0.0

### Various fixes and improvements

Expand All @@ -13,7 +13,6 @@
`sourcemap` on `Token`;
- the `idx` parameter of `SourceMap::get_token` now has the type `usize`.


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

Expand Down

0 comments on commit 818bc98

Please sign in to comment.