Skip to content

Commit c1e973b

Browse files
committed
release: 6.0.0
1 parent b9a3da6 commit c1e973b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 6.0.0
44

55
**Breaking Changes**:
66

@@ -12,3 +12,4 @@
1212

1313
- Added missing `Clone` and `Debug` impls to a lot of types.
1414
- A lot of new convenience API, including a `DecodedMap::get_original_function_name` method that works across all supported SourceMap types.
15+

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 = "5.0.0"
3+
version = "6.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 = "0.1.0"
3+
version = "6.0.0"
44
authors = ["Armin Ronacher <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)