Skip to content

Commit 7d71c4e

Browse files
author
github-actions
committed
0.2.0
Automatically generated by python-semantic-release
1 parent 9b241d2 commit 7d71c4e

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# CHANGELOG
2+
3+
4+
## v0.2.0 (2024-10-29)
5+
6+
### Bug Fixes
7+
8+
* fix: deactive repair in cibuildwheel ([`45a3724`](https://github.com/MDuc-ai/bark-cpp-python/commit/45a37246c08e642888934c43eb8762cd11b1bc47))
9+
10+
* fix: temporarily deactivate macos build ([`a511653`](https://github.com/MDuc-ai/bark-cpp-python/commit/a511653f374025782666197a8daae17c254a5f3b))
11+
12+
* fix: example audio doesn't shown on README ([`22698bb`](https://github.com/MDuc-ai/bark-cpp-python/commit/22698bb2f70cc2c54cf42af2505262b6d9c8f9be))
13+
14+
### Chores
15+
16+
* chore: add quantization ([`06a37ff`](https://github.com/MDuc-ai/bark-cpp-python/commit/06a37ffaab9ce7e78a12d96da9a3f65c8a0c44ed))
17+
18+
### Continuous Integration
19+
20+
* ci: fix semantic-release workflow ([`9b241d2`](https://github.com/MDuc-ai/bark-cpp-python/commit/9b241d26d1810be90c4fb9b8452221f979758083))
21+
22+
* ci: Integrate semantic release ([`6ad5ff7`](https://github.com/MDuc-ai/bark-cpp-python/commit/6ad5ff793917358df44d9a78c976ef0a36f1a0b1))
23+
24+
### Features
25+
26+
* feat: Refactor github actions ([`2113fad`](https://github.com/MDuc-ai/bark-cpp-python/commit/2113fad3920cda94f283709a4750d559922f94a0))
27+
28+
* feat: Add build sdist and publish to test ([`4340b0e`](https://github.com/MDuc-ai/bark-cpp-python/commit/4340b0e015cd0079db3fb289b4e2ba27904f0918))
29+
30+
* feat: Add build sdist and publish to test ([`79aae41`](https://github.com/MDuc-ai/bark-cpp-python/commit/79aae414c7abfc47f3cf2908ccb14113f885f786))
31+
32+
### Unknown
33+
34+
* utils: add GitAction; minimize the package ([`cf334a0`](https://github.com/MDuc-ai/bark-cpp-python/commit/cf334a039b7221da0df5ec9156277d1c077b273a))
35+
36+
* Release: 0.1.0 ([`89ce1ad`](https://github.com/MDuc-ai/bark-cpp-python/commit/89ce1ad3608c44ae096ee1c502cfe539b9714e64))
37+
38+
39+
## v0.1.0 (2024-10-29)
40+
41+
### Features
42+
43+
* feat: high-level Python API ([`2a410a5`](https://github.com/MDuc-ai/bark-cpp-python/commit/2a410a5ffe15c836f4f297354029cadf2a7e7be3))
44+
45+
### Unknown
46+
47+
* Low-level API via ctypes ([`518fdfd`](https://github.com/MDuc-ai/bark-cpp-python/commit/518fdfddd4d06706d9da1f6ef6b93af6b521e34d))
48+
49+
* Initial commit ([`af4394b`](https://github.com/MDuc-ai/bark-cpp-python/commit/af4394b6d4c3f1ed0c9d3b04c25a8fa8fbd1b765))

bark_cpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .bark import Bark
22
from .bark_cpp import *
33

4-
__version__ = "0.1.0"
4+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)