Skip to content

Commit 22da3e0

Browse files
semantic-releaseGithub Action
authored andcommitted
3.0.1
Automatically generated by python-semantic-release [skip ci]
1 parent 3c9c36d commit 22da3e0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

33
<!--next-version-placeholder-->
44

5+
## v3.0.1 (2023-07-26)
6+
### Fix
7+
* **dependencies:** Upgrade PyYaml version ([`8e7f163`](https://github.com/socialpoint-labs/unity-yaml-parser/commit/8e7f16386b85f6d843742650ae08c6c6e7085c3f))
8+
9+
**[See all commits in this version](https://github.com/socialpoint-labs/unity-yaml-parser/compare/v3.0.0...v3.0.1)**
10+
511
## v3.0.0 (2023-07-21)
612
### Feature
713
* **deps:** Update pyyaml to 6.0 ([`e989e15`](https://github.com/socialpoint-labs/unity-yaml-parser/commit/e989e15ebe4fd3f6df64a5df7d8b2d6dcb92a94c))

unityparser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '3.0.0'
1+
__version__ = '3.0.1'
22

33
from .utils import UnityDocument

0 commit comments

Comments
 (0)