Skip to content

Commit d9605f3

Browse files
committed
0.12.1
1 parent 6fd6ec9 commit d9605f3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 0.12.1o
4+
5+
- Resolve a memory leak in the actix integration.
6+
- Fix an issue where dropping a scope guard for a non active hub resulted in a
7+
panic.
8+
- Added support for the new failure `Fail::name`
9+
- Improved support for actix failure based error
10+
- Added `RefUnwindSafe` for `ClientOptions`
11+
- Remove the never supported `repos` option.
12+
313
## 0.12.0
414

515
- Upgrade reqwest to 0.9

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Sentry <hello@sentry.io>"]
55
license = "Apache-2.0"
66
readme = "README.md"

integrations/sentry-actix/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sentry-actix"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Sentry <hello@sentry.io>"]
55
license = "Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)