Skip to content

Commit 96965c2

Browse files
author
github-actions
committed
chore(svc1-release): Release [email protected] [skip ci]
Automatically generated by python-semantic-release
1 parent 0b71260 commit 96965c2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

packages/svc1/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- version list -->
44

5+
## v0.1.1 (2025-06-29)
6+
7+
### Bug Fixes
8+
9+
- **svc1**: A minor svc1 change
10+
([`0b71260`](https://github.com/asaf/uvws-react/commit/0b71260a59ad29c06c638f68bcb59440cda392a8))
11+
12+
513
## v0.1.0 (2025-06-29)
614

715
- Initial Release

packages/svc1/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "uvws-svc1"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Add your description here"
55
readme = "README.md"
66
authors = [

packages/svc1/src/uvws_svc1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from uvws_core import hi
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.1"
44

55

66
def main() -> None:

0 commit comments

Comments
 (0)