Skip to content

Commit c7d1670

Browse files
f
1 parent 2a07c4c commit c7d1670

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

keyvalues-parser/CHANGELOG.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
# Version 0.2.1
22

3-
Significantly slims down our dependency tree
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:
45

56
## Fix
67

7-
- Don't overflow the stack when parsing strings containing many escaped chars (#94)
8+
- Don't overflow the stack when parsing strings containing many escaped chars [(#94)]
89

910
## Deps
1011

11-
- Drop `thiserror` for a manual implementation (#56)
12-
- Run `cargo update` and `cargo upgrade` (#58)
13-
- Commit generated parser code instead of generating with `pest_derive` (#95) (#96)
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)]
1415

1516
## Docs
1617

17-
- Fix incorrect indentation in README example (#43)
18-
- Update installation docs to use `cargo add` (#58)
19-
- Spruce up more `Cargo.toml` package fields (#70)
20-
- Copy licenses into crates (#75)
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)