Skip to content

Commit 1398ff4

Browse files
author
getsentry-bot
committed
Merge branch 'release/5.9.0'
2 parents 9f12864 + d0f2384 commit 1398ff4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## 5.9.0
4+
5+
### New Features ✨
6+
7+
#### R8
8+
9+
- feat(r8): Support `rewriteFrames` annotation in ProguardCache by @romtsn in [#67](https://github.com/getsentry/rust-proguard/pull/67)
10+
- feat(r8): Support `rewriteFrames` annotation in ProguardMapper by @romtsn in [#66](https://github.com/getsentry/rust-proguard/pull/66)
11+
12+
### Bug Fixes 🐛
13+
14+
- fix: Correctly remap entries with 0 line info by @romtsn in [#68](https://github.com/getsentry/rust-proguard/pull/68)
15+
316
## 5.8.1
417

518
- build: Update dependencies and set MSRV 1.83.0 by @loewenheim in [#65](https://github.com/getsentry/rust-proguard/pull/65)

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.8.1"
3+
version = "5.9.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)