mirror of
https://gitlab.com/hladislav/radiobrowser-lib-rust.git
synced 2025-04-30 07:44:11 +00:00
28 lines
578 B
Markdown
28 lines
578 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
### Changed
|
|
|
|
* Replaced Box dyn Error with RbError enum
|
|
|
|
## [0.6.1] 2023-10-20
|
|
|
|
### Fixed
|
|
|
|
* dependencies updated
|
|
* fixed example in readme
|
|
* clonable structs
|
|
* changed bins to examples
|
|
|
|
## [0.6.0] 2023-09-13
|
|
|
|
### Fixed
|
|
|
|
* dependencies updated
|
|
* added features: brotli, rustls, gzip, deflate, default-rustls
|