aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
blob: bb2cfae16e3a3b86bbad21f8ddf8cb847bde0e84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Changelog

## [0.3.0] - 2023-03-08

### Changed

* Complete rewrite of the API
* Tokio is now the only supported backend, enabled via the `async` feature

## [0.2.0] - 2021-12-15

### Changed

* Simplified the `Error` type to remove a bunch of unnecessary distinctions

## [0.1.1] - 2021-11-10

### Changed

* Bumped deps and moved to 2021 edition

## [0.1.0] - 2021-03-06

### Added

* Initial release