Skip to content

Commit

Permalink
docs: update changelog for release 0.9.3
Browse files Browse the repository at this point in the history
Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Sep 5, 2024
1 parent d1c2dcc commit 71f9e67
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ The format is based on [Keep a Changelog].

## [Unreleased]

## [0.9.3] - 2024-09-05

### Changed
- **server**: Use `asyncio.run` to launch the server as recommended by the
official Python documentation.
- **announcements**: Look for xml files at `<data_path>/development/announcements`
when `dev_mode` is set to True.
- **build**: Move scripts from the "data" directory into a folder inside the
moonraker package.

### Fixed
- **confighelper**: Don't resolve symbolic links to the main configuration file.

- **power**: Allow special characters in the user/pass options for backends that
support Basic Authentication.

## [0.9.2] - 2024-07-30

Expand Down Expand Up @@ -216,7 +221,8 @@ The format is based on [Keep a Changelog].
[api_changes.md]: api_changes.md

<!-- Versions -->
[unreleased]: https://github.com/Arksine/moonraker/compare/v0.9.2...HEAD
[unreleased]: https://github.com/Arksine/moonraker/compare/v0.9.3...HEAD
[0.9.3]: https://github.com/Arksine/moonraker/compare/v0.9.2...v0.9.3
[0.9.2]: https://github.com/Arksine/moonraker/compare/v0.9.1...v0.9.2
[0.9.1]: https://github.com/Arksine/moonraker/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/Arksine/moonraker/compare/v0.8.0...v0.9.0
Expand Down

0 comments on commit 71f9e67

Please sign in to comment.