Skip to content

Commit

Permalink
Changelog for 2.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Jun 26, 2023
1 parent 1e04c5a commit 67397d1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 2.0.0b1 - 2023-06-26

### Beta Release

This is a beta release of a major rework of Fixit. There are many breaking
API changes since the `0.1.4` release – existing users should wait for a stable
release before upgrading.

Please see the new [User Guide][] for an overview of the new version.
A migration guide is planned, but not yet available.

[User Guide]: https://fixit.rtfd.io/en/latest/guide.html

### Major Changes

- New `test` command for validating local lint rules (#300)
- Support for configurable target version and selection of applicable rules (#332)
- Support for selecting and filtering rules by tags at runtime (#333)
- Support for `# lint-ignore` and `# lint-fixme` directives (#334)

### New Rules

- Added `UseAsyncSleepInAsyncDefRule` (#297)
- Added `DeprecatedUnittestAssertsRule` (#314)

## 2.0.0a1 - 2023-04-07

### Alpha Release
Expand Down

0 comments on commit 67397d1

Please sign in to comment.