Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed Nov 7, 2023
1 parent 87266df commit 916b8d8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

_Changes in the next release_

---

## v0.1.2 - 2023-11-07
### Fixed
- Propagate setup error code from driver in setup flow.
- Add delays in setup flow for web-configurator to show error pages.

### Changed
- Replace `SETUP_DRIVER_ABORT` event with new `AbortDriverSetup` class in setup handler callback.

## v0.1.1 - 2023-11-04

First public release on PyPI 🎉

## v0.1.0 - 2023-11-02
### Added
- Type information
- Simple example and initial developer documentation
Expand All @@ -24,6 +39,3 @@ _Changes in the next release_
- don't expose AsyncIOEventEmitter for event callbacks
- invalid names in public classes
- logging configuration, configuration must be done in client code


---

0 comments on commit 916b8d8

Please sign in to comment.