Skip to content

Commit 51e5224

Browse files
committed
meta: changelog for 0.15.1
1 parent 092c501 commit 51e5224

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 0.15.1
4+
5+
- Correct dependency bump for sentry types.
6+
37
## 0.15.0
48

59
- Upgraded to newer version of the internal sentry types crate.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ backtrace = { version = "0.3.13", optional = true }
4040
url = { version = "1.7.2", optional = true }
4141
failure = { version = "0.1.5", optional = true }
4242
log = { version = "0.4.6", optional = true, features = ["std"] }
43-
sentry-types = "0.9.0"
43+
sentry-types = "0.11.0"
4444
env_logger = { version = "0.6.0", optional = true }
4545
reqwest = { version = "0.9.9", optional = true }
4646
lazy_static = "1.2.0"

0 commit comments

Comments
 (0)