From 9e1647a32d4e46ba3387c96713d26de74cd3c58e Mon Sep 17 00:00:00 2001 From: JarbasAl Date: Fri, 6 Sep 2024 18:09:58 +0000 Subject: [PATCH] Increment Version --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ tutubo/version.py | 4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d5eb788 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +## [Unreleased](https://github.com/OpenJarbas/tutubo/tree/HEAD) + +[Full Changelog](https://github.com/OpenJarbas/tutubo/compare/V0.0.2...HEAD) + +**Implemented enhancements:** + +- feat/automations [\#4](https://github.com/OpenJarbas/tutubo/pull/4) ([JarbasAl](https://github.com/JarbasAl)) + +**Fixed bugs:** + +- fix/videos [\#3](https://github.com/OpenJarbas/tutubo/pull/3) ([JarbasAl](https://github.com/JarbasAl)) +- fix/channel\_playlist\_parsing [\#2](https://github.com/OpenJarbas/tutubo/pull/2) ([JarbasAl](https://github.com/JarbasAl)) + +**Merged pull requests:** + +- fix:version\_file\_path [\#7](https://github.com/OpenJarbas/tutubo/pull/7) ([JarbasAl](https://github.com/JarbasAl)) +- fix:missing\_import [\#6](https://github.com/OpenJarbas/tutubo/pull/6) ([JarbasAl](https://github.com/JarbasAl)) + +## [V0.0.2](https://github.com/OpenJarbas/tutubo/tree/V0.0.2) (2024-06-22) + +[Full Changelog](https://github.com/OpenJarbas/tutubo/compare/V0.0.2a1...V0.0.2) + +**Fixed bugs:** + +- Zero-indexing where a list may be empty [\#1](https://github.com/OpenJarbas/tutubo/issues/1) + +## [V0.0.2a1](https://github.com/OpenJarbas/tutubo/tree/V0.0.2a1) (2024-05-24) + +[Full Changelog](https://github.com/OpenJarbas/tutubo/compare/cc472cda4ac3f28838dbb3f4d7197569dc8ddf2a...V0.0.2a1) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/tutubo/version.py b/tutubo/version.py index 6e7e2ae..5199508 100644 --- a/tutubo/version.py +++ b/tutubo/version.py @@ -2,5 +2,5 @@ VERSION_MAJOR = 0 VERSION_MINOR = 0 VERSION_BUILD = 2 -VERSION_ALPHA = 2 -# END_VERSION_BLOCK +VERSION_ALPHA = 3 +# END_VERSION_BLOCK \ No newline at end of file