Skip to content

Commit

Permalink
Merge pull request #4 from tiwilliam/ruff
Browse files Browse the repository at this point in the history
Update changelog
  • Loading branch information
tiwilliam authored Nov 1, 2023
2 parents 67e33d2 + c3bc8de commit 568bf6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
python-version-file: ".python-version"
- name: Create virtualenv
run: python -m venv .venv
- name: Activate virtualenv
run: source .venv/bin/activate
- name: Install dependencies
run: .venv/bin/pip install .[dev]
- name: Build crate
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Unreleased

Released XXXX-XX-XX

* [#3](https://github.com/tiwilliam/rsmime/pull/3) - Replace black with ruff for formatting.

## 0.6.4

Released 2023-10-30
Expand Down

0 comments on commit 568bf6e

Please sign in to comment.