Skip to content

Commit 3e4b9e5

Browse files
committed
release v2.2.1
1 parent 54457c8 commit 3e4b9e5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
# [2.2.1] - Not Released
7+
# [2.2.1] - 2025-03-01
88

99
### Added
1010

1111
- Added private key function.
1212

13+
### Fixed
14+
15+
- Error extracting functions (symbols) for old libraries.
16+
1317
## [2.2.0] - 2025-01-19
1418

1519
### Added

keydive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .vendor import Vendor
55
from .keybox import Keybox
66

7-
__version__ = "2.2.0"
7+
__version__ = "2.2.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "keydive"
7-
version = "2.2.0"
7+
version = "2.2.1"
88
description = "Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education."
99
license = "MIT"
1010
authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]

0 commit comments

Comments
 (0)