Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog updates for upcoming release #203

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
# CHANGELOG

## 0.68.0 (unreleased)
## 0.69.0 (2024-01-04)

### New

* `use-set-literal` codemod
* `remove-module-global` codemod
* `subprocess-shell-false` codemod
* Better formatting for dependency updates to `setup.py`
* Add expression propagation to `literal-or-new-object-identity`

### Fixed

## 0.68.1 (2023-12-22)

### Fixed
* Fix regression in dependency manager: do not re-add existing dependency

## 0.68.0 (2023-12-21)

### New

* `literal-or-new-object-identity` codemod
* `remove-future-imports` codemod
* `add-requests-timeout` codemod
* `exception-without-raise` codemod
* Better heuristic for detecting which dependency files to update
* Add detailed description to CodeTF about dependency update (or failure)

### Fixed

## 0.67.0 (2023-12-13)
Expand Down
Loading