Skip to content

Commit f0cff80

Browse files
committed
release v2.1.5
1 parent dd83bf5 commit f0cff80

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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.1.5] - Not Released
7+
## [2.1.5] - 2025-01-12
88

99
### Added
1010

@@ -416,6 +416,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
416416

417417
- Initial release of the project, laying the foundation for future enhancements and features.
418418

419+
[2.1.5]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.5
419420
[2.1.4]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.4
420421
[2.1.3]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.3
421422
[2.1.2]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.1.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ You can find a copy of the license in the LICENSE file in the root folder.
125125
126126
* * *
127127
128-
© hyugogirubato 2024
128+
© hyugogirubato 2025

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.1.4'
7+
__version__ = '2.1.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 = "2.1.4"
7+
version = "2.1.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)