Skip to content

Commit a50b08c

Browse files
author
OpenAdapt Bot
committed
chore(release): v0.3.0
Automatically generated by python-semantic-release
1 parent ef0d5eb commit a50b08c

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.0 (2023-07-02)
6+
7+
### Feature
8+
9+
* **record:** Memory profiling ([`ef0d5eb`](https://github.com/OpenAdaptAI/OpenAdapt/commit/ef0d5ebcf400c216c0b16c7ffb552391544b0a0c))
10+
511
## v0.2.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.2.0"
1+
__version__ = "0.3.0"

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.2.0"
3+
version = "0.3.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'Mustafa Abdulrahman <mustafa@openadapt.ai>',

0 commit comments

Comments
 (0)