Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowrey committed Feb 9, 2024
1 parent 80b5f53 commit 63d2121
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
Expand Up @@ -5,6 +5,10 @@ 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).

## [Unreleased]
## [0.5.1] - 2024-02-09
### Fixed
- Fixed compatibility issues with Python3.8

## [0.5.0] - 2023-12-10
### Added
- Added a `search` command
Expand Down Expand Up @@ -57,7 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Refactoring of all code

[Unreleased]: https://github.com/flowrey/youtube-bz/compare/v0.5.0...HEAD
[Unreleased]: https://github.com/flowrey/youtube-bz/compare/v0.5.1...HEAD
[0.5.1]: https://github.com/flowrey/youtube-bz/releases/tag/v0.5.1
[0.5.0]: https://github.com/flowrey/youtube-bz/releases/tag/v0.5.0
[0.4.1]: https://github.com/flowrey/youtube-bz/releases/tag/v0.4.1
[0.4.0]: https://github.com/flowrey/youtube-bz/releases/tag/v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "youtube-bz"
version = "0.5.0"
version = "0.5.1"
description = "YoutubeBrainz allow you to find and download Youtube Videos associated to an Album on MusicBrainz."
authors = [{ name = "Flowrey", email = "flowrey@laposte.net" }]
license = "GPL-3.0"
Expand Down

0 comments on commit 63d2121

Please sign in to comment.