Skip to content

Commit c6935d3

Browse files
author
semantic-release
committed
0.3.0
Automatically generated by python-semantic-release
1 parent 3489464 commit c6935d3

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.3.0 (2025-10-30)
6+
7+
### Bug Fixes
8+
9+
- Correct tag format in semantic-release config
10+
([`3489464`](https://github.com/UniversalPython/UniversalPython/commit/3489464c881636194b07308d3d30576fc26469c7))
11+
12+
- Small change
13+
([`4e64415`](https://github.com/UniversalPython/UniversalPython/commit/4e64415073a8d968660bf78988987c014349da05))
14+
15+
- Small update
16+
([`858e633`](https://github.com/UniversalPython/UniversalPython/commit/858e6339c7c86f74e6588c8466f48bd36ade7ef9))
17+
18+
- Trigger version 0.2.2
19+
([`0813f71`](https://github.com/UniversalPython/UniversalPython/commit/0813f71927fa955ed7b8879a9d40d4fa0e709e22))
20+
21+
### Features
22+
23+
- Major update
24+
([`1d8fa54`](https://github.com/UniversalPython/UniversalPython/commit/1d8fa54bde24743548d7845d693fa9fa4a544ea5))
25+
26+
- Major update
27+
([`16d8c90`](https://github.com/UniversalPython/UniversalPython/commit/16d8c9081a8f3d38e90ad68b20beb17552f433e5))
28+
29+
- MAJOR UPDATE
30+
([`7b9d30d`](https://github.com/UniversalPython/UniversalPython/commit/7b9d30dfcb92edfcf4a475b6e68b19e75988065e))
31+
32+
- TEST
33+
([`af6f56d`](https://github.com/UniversalPython/UniversalPython/commit/af6f56df74dca5910a348d8a93cf49b86b333d10))
34+
35+
- TESTING
36+
([`b1d0d18`](https://github.com/UniversalPython/UniversalPython/commit/b1d0d189fb998e9537e35840dae4c657598c7515))
37+
38+
- TESTING 1
39+
([`2e83c3e`](https://github.com/UniversalPython/UniversalPython/commit/2e83c3e773ea15d8e7af41a2ac50b014f8bac03f))
40+
41+
542
## v0.2.0 (2025-10-30)
643

744
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "universalpython"
7-
version = "0.2.1"
7+
version = "0.3.0"
88
authors = [
99
{name = "Saad Bazaz", email = "saadbazaz@hotmail.com"},
1010
]

0 commit comments

Comments
 (0)