Skip to content

Commit 568bf6e

Browse files
authored
Merge pull request #4 from tiwilliam/ruff
Update changelog
2 parents 67e33d2 + c3bc8de commit 568bf6e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
python-version-file: ".python-version"
2727
- name: Create virtualenv
2828
run: python -m venv .venv
29-
- name: Activate virtualenv
30-
run: source .venv/bin/activate
3129
- name: Install dependencies
3230
run: .venv/bin/pip install .[dev]
3331
- name: Build crate

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Unreleased
2+
3+
Released XXXX-XX-XX
4+
5+
* [#3](https://github.com/tiwilliam/rsmime/pull/3) - Replace black with ruff for formatting.
6+
17
## 0.6.4
28

39
Released 2023-10-30

0 commit comments

Comments
 (0)