Skip to content

Commit ea4d7aa

Browse files
committed
release v3.0.5
1 parent 7872a0f commit ea4d7aa

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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+
## [3.0.5] - 2025-07-09
8+
9+
### Added
10+
11+
- New private function reference.
12+
713
## [3.0.4] - 2025-07-05
814

915
### Added
@@ -552,6 +558,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
552558

553559
- Initial release of the project, laying the foundation for future enhancements and features.
554560

561+
[3.0.5]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.5
555562
[3.0.4]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.4
556563
[3.0.3]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.3
557564
[3.0.2]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.2

keydive/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .drm.cdm import Cdm
55
from .drm.keybox import KeyBox
66

7-
__version__ = '3.0.4'
7+
__version__ = '3.0.5'

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 = "3.0.4"
7+
version = "3.0.5"
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)