From 95c8dc6a4324ff70c04bceda8bd166be6c5f0c73 Mon Sep 17 00:00:00 2001 From: ergrelet Date: Mon, 14 Aug 2023 17:54:28 +0200 Subject: [PATCH] Bump project to version 0.4.0, update CHANGELOG --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f82cc6..8acf625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [0.4.0] - 2023-08-14 ### Added - Add a `--no_imports` option that allows dumping PEs at the original entry point without fixing imports diff --git a/pyproject.toml b/pyproject.toml index c0cf09c..fca8c9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "unlicense" -version = "0.3.0" +version = "0.4.0" description = "Unpack executables protected with Themida/WinLicense 2.x and 3.x" authors = ["Erwan Grelet"] license = "GPL-3.0-or-later"