Skip to content

Commit e6f28df

Browse files
committed
release: 7.1.0
1 parent 43ca60a commit e6f28df

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 7.1.0
4+
5+
### Various fixes & improvements
6+
7+
- refactor: make SourceView implement Sync (#80) by @underfin
8+
- feat: add SourceMap::to_data_url (#81) by @underfin
9+
- feat: Replace `unicode-id` crate with `unicode-id-start` (#78) by @Boshen
10+
311
## 7.0.1
412

513
### Various fixes and 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 = "7.0.1"
3+
version = "7.1.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 = "7.0.1"
3+
version = "7.1.0"
44
authors = ["Armin Ronacher <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)