Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Dec 14, 2023
1 parent 5f45b71 commit 906c6ad
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 0 deletions.
98 changes: 98 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
# CHANGELOG

## 0.68.0 (unreleased)

### New

### Fixed

## 0.67.0 (2023-12-13)

### New
* `flask-json-response-type` codemod
* Support for `Popen` in `sandbox-process-creation`

### Fixed
* Update example in `url-sandbox` documentation

## 0.66.0 (2023-12-12)

### New
* `fix-deprecated-abstractproperty` codemod
* Add inequality support to `numpy-nan-equality`
* Add `--sonar-issues-json` CLI flag for compatibility
* Make `--output` CLI flag optional to align with spec
* Implement `use-walrus-if` codemod without semgrep
* Exclude `order-imports` and `unused-imports` by default
* Better description for `remove-unnecessary-f-str`

### Fixed
* Better handling of edge cases in `use-walrus-if`

## 0.65.0 (2023-12-4)

### New
* `django-json-response-type` codemod
* `django-receiver-on-top` codemod
* `numpy-nan-equality` codemod
* `fix-file-resource-leak` codemod
* Add support for `aiohttp2_jinja` to `enable-jinja2-autoescape`
* Implement `--describe` CLI flag

## 0.64.4 (2023-11-20)

### Fixed
* Update email alias

## 0.64.3 (2023-11-17)

### Fixed
* Do not modify body of abstract methods for `fix-mutable-params`
* Preserve `Optional` type annotation if present in `fix-mutable-params`

## 0.64.2 (2023-11-17)

### Fixed
* Handle updates to `requirements.txt` files without trailing newlines

## 0.64.1 (2023-11-17)

### Fixed
* Ignore hardcoded URLs for detecting `url-sandbox`

## 0.64.0 (2023-11-16)

### New
* `use-generator` codemod
* Move extra dependencies to `pyproject.toml`

## 0.63.0 (2023-11-14)

### New
* `sql-parametrization` codemod
* Updates to package metadata for release to PyPI

### Fixed
* Generate CodeTF even when no files/codemods match
* Preserve custom loaders with `harden-pyyaml`

## 0.62.0 (2023-11-12)

### New
* Optimization: initial scan with semgrep to filter potential results

## 0.61.3 (2023-11-3)

### Fixed
* Work around bug in `difflib` for producting CodeTF diffs

## 0.61.2 (2023-11-1)

### Fixed
* Updates to internal release process

## 0.61.1 (2023-11-1)

### Fixed
* Fixed import alias case for `harden-pyyaml`, `secure-tempfile`, and `upgrade-sslcontext-minimum-version`
* Handle missing terminating newline in dependency manager
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include README.md
include CHANGELOG.md
include LICENSE

recursive-include src/core_codemods/semgrep *.yaml
Expand Down

0 comments on commit 906c6ad

Please sign in to comment.