Skip to content

Commit d2cf7cf

Browse files
committed
release: 5.5.0
1 parent 294298c commit d2cf7cf

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

3+
## 5.5.0
4+
5+
### Various fixes & improvements
6+
7+
- Commit Cargo.lock (#43) by @loewenheim
8+
- Update edition to 2021 (#43) by @loewenheim
9+
- Don't rename uuid dep (#43) by @loewenheim
10+
- Remove ClassIndex (#43) by @loewenheim
11+
- Use chars (#43) by @loewenheim
12+
- Add module docs (#42) by @loewenheim
13+
- Write vectors at once (#42) by @loewenheim
14+
- Feedback (#42) by @loewenheim
15+
- Abstract out the binary search and use it in remap_method (#42) by @loewenheim
16+
- cache.rs -> cache/mod.rs (#42) by @loewenheim
17+
- Add parsing + mapping benchmarks (#42) by @loewenheim
18+
- Missed something (#42) by @loewenheim
19+
- Use correct name of cache everywhere (#42) by @loewenheim
20+
- Rename error types (#42) by @loewenheim
21+
- debug: use references (#42) by @loewenheim
22+
- Update src/cache/raw.rs (#42) by @loewenheim
23+
- Add cache to parsing benchmark (#42) by @loewenheim
24+
- Remove unwrap in binary search (#42) by @loewenheim
25+
- Remove test I committed by mistake (#42) by @loewenheim
26+
- Typo (#42) by @loewenheim
27+
- Cleanup (#42) by @loewenheim
28+
- Expand test coverage (#42) by @loewenheim
29+
- Add remapping benchmark (#42) by @loewenheim
30+
- Use binary search more aggressively (#42) by @loewenheim
31+
32+
_Plus 10 more_
33+
334
## 5.4.1
435

536
### 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.4.1"
3+
version = "5.5.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)