Skip to content

Commit c453d54

Browse files
docs(parser): add a CHANGELOG
1 parent 8da1e3b commit c453d54

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

keyvalues-parser/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Version 0.2.1
2+
3+
The main headline of this update is significantly slimming down our dependency
4+
tree. We now depend solely on `pest` (and its transitive deps) :tada:
5+
6+
## Fix
7+
8+
- Don't overflow the stack when parsing strings containing many escaped chars [(#94)]
9+
10+
## Deps
11+
12+
- Drop `thiserror` for a manual implementation [(#56)]
13+
- Run `cargo update` and `cargo upgrade` [(#58)]
14+
- Commit generated parser code instead of generating with `pest_derive` [(#95)] [(#96)]
15+
16+
## Docs
17+
18+
- Fix incorrect indentation in README example [(#43)]
19+
- Update installation docs to use `cargo add` [(#58)]
20+
- Spruce up more `Cargo.toml` package fields [(#70)]
21+
- Copy licenses into crates [(#75)]
22+
23+
[(#43)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/43
24+
[(#56)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/56
25+
[(#58)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/58
26+
[(#70)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/70
27+
[(#75)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/75
28+
[(#94)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/94
29+
[(#95)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/95
30+
[(#96)]: https://github.com/CosmicHorrorDev/vdf-rs/pull/96

0 commit comments

Comments
 (0)