Skip to content

Commit 1f73839

Browse files
committed
release: 9.0.0
1 parent dca72d4 commit 1f73839

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 9.0.0
44

55
### Various fixes and improvements
66

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

16-
1716
## 8.0.1
1817

1918
### 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 = "8.0.1"
3+
version = "9.0.0"
44
authors = ["Sentry <[email protected]>"]
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 = "8.0.1"
3+
version = "9.0.0"
44
authors = ["Armin Ronacher <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)