Skip to content

Commit 01a714e

Browse files
committed
chore: release 0.9.0
1 parent a2d81b9 commit 01a714e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# Changelog
22

3-
## UNRELEASED
3+
## 0.9.0
4+
5+
### Breaking Changes
6+
7+
* Dropped support for Python 3.8.
48

59
### Features
610

711
* **(CLI)** New management commands were added — `backend list`, `backend uninstall NAME`, `extractor list`, `extractor uninstall NAME`.
12+
* Added support for Python 3.13.
813

914
### Fixes
1015

src/dl_plus/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
DL_PLUS_VERSION = '0.9.0.dev0'
1+
DL_PLUS_VERSION = '0.9.0'
22
PLUGINS_PACKAGE = 'dl_plus.extractors'

0 commit comments

Comments
 (0)