Skip to content

Commit d2b6cc5

Browse files
v0.1.56 version bump
1 parent fe36991 commit d2b6cc5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

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

7+
## [0.1.56] - 2024-09-04
8+
## Fixed
9+
- `OR`, `AND` and Quoted searches not working
10+
- https://github.com/NotJoeMartinez/yt-fts/issues/164
11+
- https://github.com/NotJoeMartinez/yt-fts/pull/170
12+
713
## [0.1.55] - 2024-07-22
814
### Fixed
915
- After running download, there's nothing in the DB

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "yt-fts"
7-
version = "0.1.55"
7+
version = "0.1.56"
88
description = "Search all of a YouTube channel from the command line"
99
readme = "README.md"
1010
requires-python = ">=3.8"

yt_fts/yt_fts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
show_message
2727
)
2828

29-
YT_FTS_VERSION = "0.1.55"
29+
YT_FTS_VERSION = "0.1.56"
3030
console = Console()
3131

3232

0 commit comments

Comments
 (0)