Skip to content

Commit

Permalink
release: 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 11, 2024
1 parent 43ca60a commit e6f28df
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 7.1.0

### Various fixes & improvements

- refactor: make SourceView implement Sync (#80) by @underfin
- feat: add SourceMap::to_data_url (#81) by @underfin
- feat: Replace `unicode-id` crate with `unicode-id-start` (#78) by @Boshen

## 7.0.1

### Various fixes and 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 = "7.0.1"
version = "7.1.0"
authors = ["Sentry <[email protected]>"]
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 = "7.0.1"
version = "7.1.0"
authors = ["Armin Ronacher <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit e6f28df

Please sign in to comment.