Releases: awslabs/duvet
Releases · awslabs/duvet
v0.3.0
What's Changed
- fix: remove reduntant borrows by @camshaft in #89
- build: add publish script by @camshaft in #88
- feat: add basic markdown support by @camshaft in #84
- feat: handle duplicate markdown section names by @camshaft in #94
- chore: release 0.2.0 by @camshaft in #95
- build(deps): bump actions/cache from 3.0.3 to 3.0.11 by @dependabot in #92
- build(deps): bump actions/cache from 3.0.11 to 3.2.0 by @dependabot in #98
- build(deps): bump actions/cache from 3.2.0 to 3.2.1 by @dependabot in #99
- build(deps): bump actions/cache from 3.2.1 to 3.2.2 by @dependabot in #100
- chore: fix clippy by @toidiu in #103
- build(deps): bump json5 from 1.0.1 to 1.0.2 in /www by @dependabot in #101
- build(deps): bump actions/cache from 3.2.2 to 3.2.6 by @dependabot in #109
- build: remove package-lock.json by @jmayclin in #113
- chore: update rust toolchain to build by @toidiu in #117
- specify path to the spec files by @toidiu in #118
- chore: bump rustc version by @toidiu in #120
- chore: release 0.3.0 by @toidiu in #119
- ci: Use GITHUB_OUTPUT envvar instead of set-output command by @arunsathiya in #121
New Contributors
- @dependabot made their first contribution in #92
- @toidiu made their first contribution in #103
- @jmayclin made their first contribution in #113
- @arunsathiya made their first contribution in #121
Full Changelog: v0.1.1...v0.3.0
v0.1.1
0.1.1 (2022-10-07)
Features
Bug Fixes
- add word boundary assertions for extracted keywords (#72) (02c9245)
- finish pattern state machine after iterating lines (#76) (7d500ff)
- normalize quotes with indentations (#79) (65835f7)
- prefix anchors in spec links (#68) (93c7875)
- sort Requirements table (#82) (71f6152)
- use BTreeMap for target data (#86) (2ea2336)
- panic on file without trailing newline (002fce8)