Skip to content

Commit

Permalink
Increment Version
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored and github-actions[bot] committed Sep 6, 2024
1 parent f788967 commit 9e1647a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
4 changes: 2 additions & 2 deletions tutubo/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9e1647a

Please sign in to comment.