Skip to content

Commit

Permalink
Re-add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Aug 29, 2023
1 parent 43f6494 commit 09ceea5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.2.0

- Add `constituent` feature to facilitate building a lint by itself, or as part of a larger library ([#790](https://github.com/trailofbits/dylint/pull/790) and [#812](https://github.com/trailofbits/dylint/pull/812))
- When building metadata entries, ignore subdirectories that do not contain packages rather than generate errors ([#809](https://github.com/trailofbits/dylint/pull/809))
- Add `--no-deps` option ([#808](https://github.com/trailofbits/dylint/pull/808))—thanks [@EFanZh](https://github.com/EFanZh) for the [suggestion](https://github.com/trailofbits/dylint/issues/804)
- Rerun lints when workspace metadata changes ([#813](https://github.com/trailofbits/dylint/pull/813))—thanks [@maxammann](https://github.com/maxammann) for the [bug report](https://github.com/trailofbits/dylint/issues/650)

## 2.1.12

- Update `cargo` to version 0.72.1 ([#786](https://github.com/trailofbits/dylint/pull/786))
Expand Down

0 comments on commit 09ceea5

Please sign in to comment.