-
-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
OpenAdapt Bot
committed
Jun 20, 2024
1 parent
bdf153e
commit c674678
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,29 @@ | |
|
||
|
||
|
||
## v0.34.0 (2024-06-20) | ||
|
||
### Feature | ||
|
||
* feat(onboarding): Add onboarding for new users (#746) | ||
|
||
* feat: Add onboarding for new users | ||
|
||
* feat: Overhaul onboarding into a multistep process | ||
|
||
* docs: Update README.md with usage of the entrypoint module | ||
|
||
* refactor: Remove steppers and move all steps to a single page | ||
|
||
* feat: Move onboarding to a separate page and add bounty card | ||
|
||
* feat: Redirect to onboarding on launch, and move around content | ||
|
||
--------- | ||
|
||
Co-authored-by: Richard Abrich <[email protected]> ([`bdf153e`](https://github.com/OpenAdaptAI/OpenAdapt/commit/bdf153e153aea428653b5a5fa845cf373059712e)) | ||
|
||
|
||
## v0.33.6 (2024-06-20) | ||
|
||
### Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openadapt" | ||
version = "0.33.6" | ||
version = "0.34.0" | ||
description = "GUI Process Automation with Transformers" | ||
authors = [ | ||
'OpenAdapt.AI Team <[email protected]>', | ||
|