Skip to content

Commit 18959c3

Browse files
author
OpenAdapt Bot
committed
0.36.0
Automatically generated by python-semantic-release
1 parent f231a34 commit 18959c3

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.36.0 (2024-06-28)
6+
7+
### Feature
8+
9+
* feat(logging): redirect stdout (#810)
10+
11+
* feat: Override std out for application
12+
13+
* feat: Separate logs by version number and date and use logger instead of print
14+
15+
---------
16+
17+
Co-authored-by: Richard Abrich <[email protected]> ([`f44795c`](https://github.com/OpenAdaptAI/OpenAdapt/commit/f44795c5216f076f99e4a9f32a294c82d19aeda8))
18+
19+
### Fix
20+
21+
* fix(tray): fix tray signals (#812)
22+
23+
* feat: Override std out for application
24+
25+
* fix: Fix passing signals around using multiprocessing pipes
26+
27+
* feat: Separate logs by version number and date and use logger instead of print
28+
29+
* lint: flake8 lint
30+
31+
---------
32+
33+
Co-authored-by: Richard Abrich <[email protected]> ([`f231a34`](https://github.com/OpenAdaptAI/OpenAdapt/commit/f231a34c881914b5410001d2bbe8c934af427b45))
34+
35+
536
## v0.35.2 (2024-06-27)
637

738
### Fix

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.35.2"
3+
version = "0.36.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)