Skip to content

Commit

Permalink
chore: release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Nov 3, 2024
1 parent a2d81b9 commit 01a714e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

## UNRELEASED
## 0.9.0

### Breaking Changes

* Dropped support for Python 3.8.

### Features

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

### Fixes

Expand Down
2 changes: 1 addition & 1 deletion src/dl_plus/const.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
DL_PLUS_VERSION = '0.9.0.dev0'
DL_PLUS_VERSION = '0.9.0'
PLUGINS_PACKAGE = 'dl_plus.extractors'

0 comments on commit 01a714e

Please sign in to comment.