Skip to content

Commit

Permalink
bump: version 6.0.0 → 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonj04 committed Jul 16, 2024
1 parent fe65983 commit 25a2137
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,29 @@ Ensure "No Year" does not appear in <ref> tags to avoid validation errors.

== v0.1.0 ==
Before December 2023, versions were not tracked and the version string was "0.1.0"

## v6.0.1 (2024-07-16)

### Refactor

- **FCL-176**: explicitly set timezones to UTC
- **FCL-176**: automated fixes for "C4" rules (includes unsafe)
- **FCL-176**: automated fixes for "COM" rules
- **FCL-176**: replace instances of shadowing Python builtins
- **FCL-176**: use bound parameters to pass rule ID
- **FCL-176**: replace runtime assert with exception
- **FCL-176**: add timeout when patching a judgment
- **FCL-176**: disable S105 and S106 for known-safe lines
- **FCL-176**: Move update_legislation_table tests
- **FCL-176**: Manual f-string fix for multi-line string
- **FCL-176**: Automated fixes for "UP" rules
- **FCL-176**: Automated fixes for "I" rules
- **FCL-176**: Solve cases of control variables not being used
- **FCL-176**: Refactor some Exception handling
- **FCL-176**: Automated fixes for "B" rules
- **FCL-176**: modify return type of get_matched_rule
- **FCL-176**: replace equality operators for True/False/None comparisons

## v4.0.0 (2023-12-12)

## v3.0.0 (2023-12-06)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
version="6.0.0"
version="6.0.1"
requires-python = ">=3.12"

[tool.pytest.ini_options]
Expand Down

0 comments on commit 25a2137

Please sign in to comment.