Recent Releases of https://github.com/awslabs/duvet
https://github.com/awslabs/duvet - v0.3.0
What's Changed
- fix: remove reduntant borrows by @camshaft in https://github.com/awslabs/duvet/pull/89
- build: add publish script by @camshaft in https://github.com/awslabs/duvet/pull/88
- feat: add basic markdown support by @camshaft in https://github.com/awslabs/duvet/pull/84
- feat: handle duplicate markdown section names by @camshaft in https://github.com/awslabs/duvet/pull/94
- chore: release 0.2.0 by @camshaft in https://github.com/awslabs/duvet/pull/95
- build(deps): bump actions/cache from 3.0.3 to 3.0.11 by @dependabot in https://github.com/awslabs/duvet/pull/92
- build(deps): bump actions/cache from 3.0.11 to 3.2.0 by @dependabot in https://github.com/awslabs/duvet/pull/98
- build(deps): bump actions/cache from 3.2.0 to 3.2.1 by @dependabot in https://github.com/awslabs/duvet/pull/99
- build(deps): bump actions/cache from 3.2.1 to 3.2.2 by @dependabot in https://github.com/awslabs/duvet/pull/100
- chore: fix clippy by @toidiu in https://github.com/awslabs/duvet/pull/103
- build(deps): bump json5 from 1.0.1 to 1.0.2 in /www by @dependabot in https://github.com/awslabs/duvet/pull/101
- build(deps): bump actions/cache from 3.2.2 to 3.2.6 by @dependabot in https://github.com/awslabs/duvet/pull/109
- build: remove package-lock.json by @jmayclin in https://github.com/awslabs/duvet/pull/113
- chore: update rust toolchain to build by @toidiu in https://github.com/awslabs/duvet/pull/117
- specify path to the spec files by @toidiu in https://github.com/awslabs/duvet/pull/118
- chore: bump rustc version by @toidiu in https://github.com/awslabs/duvet/pull/120
- chore: release 0.3.0 by @toidiu in https://github.com/awslabs/duvet/pull/119
- ci: Use GITHUB_OUTPUT envvar instead of set-output command by @arunsathiya in https://github.com/awslabs/duvet/pull/121
New Contributors
- @dependabot made their first contribution in https://github.com/awslabs/duvet/pull/92
- @toidiu made their first contribution in https://github.com/awslabs/duvet/pull/103
- @jmayclin made their first contribution in https://github.com/awslabs/duvet/pull/113
- @arunsathiya made their first contribution in https://github.com/awslabs/duvet/pull/121
Full Changelog: https://github.com/awslabs/duvet/compare/v0.1.1...v0.3.0
- Rust
Published by WesleyRosenblum about 2 years ago
https://github.com/awslabs/duvet - 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)
- Rust
Published by camshaft over 3 years ago