Skip to content

Commit 6a19b2d

Browse files
author
OpenAdapt Bot
committed
chore(release): v0.3.1
Automatically generated by python-semantic-release
1 parent cf0fc0b commit 6a19b2d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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+
## v0.3.1 (2023-07-03)
6+
7+
### Fix
8+
9+
* **window:** Prevent SegmentationFault ([`cf0fc0b`](https://github.com/OpenAdaptAI/OpenAdapt/commit/cf0fc0bebb984b1bc3b9f61920bf8d048361b220))
10+
511
## v0.3.0 (2023-07-02)
612

713
### Feature

openadapt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0"
1+
__version__ = "0.3.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openadapt"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'Mustafa Abdulrahman <[email protected]>',

0 commit comments

Comments
 (0)