File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,29 @@ All notable changes to `parsenic` will be documented in this file.
44The format is based on [ Keep a Changelog] , and this project adheres to
55[ Semantic Versioning] .
66
7- ## [ 0.2.0] - Unreleased
7+ ## [ 0.2.0] - 2024-11-05
8+
89### Added
910 - ` error ` module with error types
1011 - ` result ` module with ` Result ` type aliases
12+ - ` unstable-error ` feature implementing ` Error ` for error types
13+ - ` Empty ` reader and ` empty() ` constructor
14+ - ` Purge ` writer and ` purge() ` constructor
15+ - ` class ` module
16+ - ` Read ` and ` Write ` extension traits on ` Reader ` and ` Writer `
1117
1218### Changed
1319 - Bounds of ` Int ` and ` UInt `
1420 - Now depends on ` traitful ` for extension traits
21+ - ` io ` module is behind a feature flag
22+ - ` UInt ` and ` Int ` are now in ` class ` module
1523
1624### Fixed
1725 - Broken links in README and docs
1826 - Parsing ` u8() ` not advancing reader
1927
2028## [ 0.1.0] - 2023-07-16
29+
2130### Added
2231 - ` be ` module
2332 - ` le ` module
You can’t perform that action at this time.
0 commit comments