Skip to content

Commit

Permalink
chore(release): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Aug 29, 2023
1 parent 90931d4 commit 3c50540
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
# Release Notes
---

# [0.2.0](https://github.com/ggpedia/artbox/compare/0.1.0...0.2.0) (2023-08-29)


### Bug Fixes

* Fix release workflow ([#3](https://github.com/ggpedia/artbox/issues/3)) ([1407997](https://github.com/ggpedia/artbox/commit/140799721b3bb84fb784ee58bb163be0b78bbe48))
* Fix release workflow permissions ([#5](https://github.com/ggpedia/artbox/issues/5)) ([90931d4](https://github.com/ggpedia/artbox/commit/90931d4ff9efa38d955fd98774ac48c7fdc89ac5))


### Features

* Add the flag `--lang` for the voice command ([#2](https://github.com/ggpedia/artbox/issues/2)) ([cb937e9](https://github.com/ggpedia/artbox/commit/cb937e9e7a9de5a19b3dc4dc8d34f6daf4ba6304))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "artbox"
version = "0.1.0" # semantic-release
version = "0.2.0" # semantic-release
description = "GGPEDIA Youtube aims to create youtube videos with AI"
authors = ["Ivan Ogasawara <ivan.ogasawara@gmail.com>"]
packages = [
Expand Down
2 changes: 1 addition & 1 deletion src/artbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def get_version():
try:
return importlib_metadata.version(__name__)
except importlib_metadata.PackageNotFoundError: # pragma: no cover
return "0.1.0" # semantic-release
return "0.2.0" # semantic-release


version = get_version()
Expand Down

0 comments on commit 3c50540

Please sign in to comment.