Skip to content

Commit

Permalink
Bump version to 0.1.1, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ergrelet committed Apr 6, 2022
1 parent 91b160d commit f904c34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [0.1.1] - 2022-04-06
### Fixed
- Fix IAT patching in some cases for Themida/Winlicense 3.x
- Fix inability to read remote chunks of memory bigger than 128 MiB
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unlicense [![](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/) ![CI status](https://github.com/ergrelet/unlicense/actions/workflows/win64-ci.yml/badge.svg?branch=main)
# Unlicense [![](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/) ![CI status x64](https://github.com/ergrelet/unlicense/actions/workflows/win64-ci.yml/badge.svg?branch=main) ![CI status x86](https://github.com/ergrelet/unlicense/actions/workflows/win32-ci.yml/badge.svg?branch=main)

A Python 3 tool to dynamically unpack executables protected with
WinLicense/Themida 2.x and 3.x.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unlicense"
version = "0.1.0"
version = "0.1.1"
description = "Unpack executables protected with WinLicense/Themida"
authors = ["Erwan Grelet"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit f904c34

Please sign in to comment.