diff --git a/CHANGELOG.md b/CHANGELOG.md index 28091cf..19c91bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 9.0.0 ### Various fixes and improvements @@ -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 diff --git a/Cargo.toml b/Cargo.toml index e72f062..8f0d354 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sourcemap" -version = "8.0.1" +version = "9.0.0" authors = ["Sentry "] keywords = ["javascript", "sourcemap", "sourcemaps"] description = "Basic sourcemap handling for Rust" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4128751..d332e3d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cli" -version = "8.0.1" +version = "9.0.0" authors = ["Armin Ronacher "] edition = "2018"