Skip to content

Commit

Permalink
v0.1.56 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
NotJoeMartinez committed Sep 5, 2024
1 parent fe36991 commit d2b6cc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [0.1.56] - 2024-09-04
## Fixed
- `OR`, `AND` and Quoted searches not working
- https://github.com/NotJoeMartinez/yt-fts/issues/164
- https://github.com/NotJoeMartinez/yt-fts/pull/170

## [0.1.55] - 2024-07-22
### Fixed
- After running download, there's nothing in the DB
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 = "setuptools.build_meta"

[project]
name = "yt-fts"
version = "0.1.55"
version = "0.1.56"
description = "Search all of a YouTube channel from the command line"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion yt_fts/yt_fts.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
show_message
)

YT_FTS_VERSION = "0.1.55"
YT_FTS_VERSION = "0.1.56"
console = Console()


Expand Down

0 comments on commit d2b6cc5

Please sign in to comment.