Skip to content

Commit 432af01

Browse files
author
OpenAdapt Bot
committed
0.36.6
Automatically generated by python-semantic-release
1 parent 6d878fe commit 432af01

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.36.6 (2024-07-19)
6+
7+
### Fix
8+
9+
* fix(build): escape installer newline, upload installers and executables (#860)
10+
11+
* escape newline in inno script
12+
13+
* upload installers and executables ([`6d878fe`](https://github.com/OpenAdaptAI/OpenAdapt/commit/6d878fe8ff46b697102d7edb20f753e4974dcf9d))
14+
15+
### Unknown
16+
17+
* feat(build) modify build.py to produce installers (#858)
18+
19+
* modify build.py to produce installers
20+
21+
* download_and_install_inno_setup
22+
23+
* black/flake8
24+
25+
* remove zipping in build ([`21e5de1`](https://github.com/OpenAdaptAI/OpenAdapt/commit/21e5de1b3983a08416e252958a93b44fb5d9020f))
26+
27+
528
## v0.36.5 (2024-07-16)
629

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

0 commit comments

Comments
 (0)