Skip to content

Commit

Permalink
Add changelog updates for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Jan 4, 2024
1 parent 7c3ddd5 commit 3342d67
Showing 1 changed file with 25 additions and 1 deletion.
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

0 comments on commit 3342d67

Please sign in to comment.