Skip to content

Commit 7c50fc2

Browse files
author
getsentry-bot
committed
Merge branch 'release/5.6.0'
2 parents 9e64ae5 + aba6ab7 commit 7c50fc2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## 5.6.0
4+
5+
### Various fixes & improvements
6+
7+
- feat: Handle "synthesized" class/member annotations (#52) by @loewenheim
8+
- ref: Parse ProGuard files smarter (#55) by @loewenheim
9+
- chore: Fix 1.88.0 clippy lints (#53) by @loewenheim
10+
- ref: Robustly parse R8 headers (#50) by @loewenheim
11+
- ref: Remove lazy_static dependency (#51) by @loewenheim
12+
- chore: Clippy (#49) by @loewenheim
13+
- chore: Simplify check (#47) by @loewenheim
14+
- chore(lint): Elided lifetimes (#46) by @jjbayer
15+
- cache: Add creation benchmark (#44) by @loewenheim
16+
317
## 5.5.0
418

519
### 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.5.0"
3+
version = "5.6.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)