Skip to content

Commit baf2d05

Browse files
author
getsentry-bot
committed
Merge branch 'release/5.7.0'
2 parents 305eabd + 898b81b commit baf2d05

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 5.7.0
4+
5+
### Various fixes & improvements
6+
7+
- feat(r8): Support outline and outlineCallsite annotations in ProguardCache (#62) by @romtsn
8+
- feat(r8): Support outline and outlineCallsite annotations in ProguardMapping (#60) by @romtsn
9+
- build: Fix new compiler warnings (#61) by @romtsn
10+
- ref: Forbid `unwrap` except in tests and benches (#58) by @loewenheim
11+
312
## 5.6.2
413

514
### Various fixes & 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 = "proguard"
3-
version = "5.6.2"
3+
version = "5.7.0"
44
authors = ["Sentry <oss@sentry.io>"]
55
keywords = ["proguard", "retrace", "android", "r8"]
66
description = "Basic proguard mapping file handling for Rust"

0 commit comments

Comments
 (0)