Skip to content

Commit 4773a14

Browse files
committed
release: 5.10.0
1 parent e0ca873 commit 4773a14

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## 5.10.0
4+
5+
### New Features ✨
6+
7+
#### R8 Tests
8+
9+
- Add R8 method overloading tests by @romtsn in [#77](https://github.com/getsentry/rust-proguard/pull/77)
10+
- Add R8 exception handling tests by @romtsn in [#76](https://github.com/getsentry/rust-proguard/pull/76)
11+
- Add R8 line number tests by @romtsn in [#75](https://github.com/getsentry/rust-proguard/pull/75)
12+
- Add R8 source file tests by @romtsn in [#74](https://github.com/getsentry/rust-proguard/pull/74)
13+
- Add R8 ambiguous tests by @romtsn in [#71](https://github.com/getsentry/rust-proguard/pull/71)
14+
- Add R8 inline tests by @romtsn in [#69](https://github.com/getsentry/rust-proguard/pull/69)
15+
16+
#### Other
17+
18+
- (r8) Propagate class-level synthesized flag to members by @romtsn in [#73](https://github.com/getsentry/rust-proguard/pull/73)
19+
320
## 5.9.0
421

522
### New Features ✨

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.9.0"
3+
version = "5.10.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)