Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit c469a5a

Browse files
authored
chore(main): release 0.4.0 (#80)
1 parent cb6a099 commit c469a5a

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+
## 0.4.0 (2023-08-01)
4+
5+
## What's Changed
6+
* feat: lazy evaluation by @jitsedesmet in https://github.com/Mouwrice/proguard-core-visualizer/pull/77
7+
* feat: support multiple file formats by @Mouwrice in https://github.com/Mouwrice/proguard-core-visualizer/pull/81
8+
* feat: only evaluate method when clicked on by @jitsedesmet in https://github.com/Mouwrice/proguard-core-visualizer/pull/82
9+
* refactor: keeping classpool in memory by @jitsedesmet in https://github.com/Mouwrice/proguard-core-visualizer/pull/83
10+
* ci: set the toolchain to be vendor specific to support macOS builds with conveyor by @Mouwrice in https://github.com/Mouwrice/proguard-core-visualizer/pull/86
11+
* feat: working implementation for picking value factory by @jitsedesmet in https://github.com/Mouwrice/proguard-core-visualizer/pull/84
12+
* fix: add icon to the packaged applications by @Mouwrice in https://github.com/Mouwrice/proguard-core-visualizer/pull/87
13+
14+
15+
**Full Changelog**: https://github.com/Mouwrice/proguard-core-visualizer/compare/v0.3.3...v0.4.0
16+
317
## 0.3.3 (2023-07-30)
418

519
## What's Changed

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3
1+
0.4.0

0 commit comments

Comments
 (0)