Skip to content

Commit b074a2a

Browse files
author
semantic-release
committed
0.4.0
Automatically generated by python-semantic-release
1 parent 9edf0f4 commit b074a2a

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33

44

5+
## v0.4.0 (2023-12-09)
6+
7+
### Chore
8+
9+
* chore: refactor tox requirements (#52)
10+
11+
- Put the test deps in requirements-test.txt.
12+
- Put the lint deps in requirements-lint.txt and also include
13+
requirements-test.txt in it.
14+
- Create a new dev-py312 environment which uses an editable install.
15+
This will serve as the development environment for VS Code. ([`d29cb8f`](https://github.com/abid-mujtaba/testing-fixtures/commit/d29cb8f46fc9d7567fbcf1c4991aa87dbd7f2dc7))
16+
17+
### Documentation
18+
19+
* docs: added notes on evolution uptill Nov 2023 (#51)
20+
21+
documented the new CI/CD pipeline ([`748e2c8`](https://github.com/abid-mujtaba/testing-fixtures/commit/748e2c8a98cf4355cefab41708b3334c10cfc151))
22+
23+
### Feature
24+
25+
* feat: add commonly used utility fixtures (#53)
26+
27+
- add a new `.utils` submodule
28+
- add create_temp_dir and create_temp_cwd utility fixtures
29+
- refactor vscode settings
30+
- make mypy strict ([`9edf0f4`](https://github.com/abid-mujtaba/testing-fixtures/commit/9edf0f4e7dccd0f77f4042a3831155d12cfd1f9c))
31+
32+
### Style
33+
34+
* style(core): apply new ruff format rules (#50)
35+
36+
ruff has acquired a new format rule where even function definitions with
37+
a single argument that are split across multiple lines should have a
38+
trailing comma after that single argument ([`ae2c5fc`](https://github.com/abid-mujtaba/testing-fixtures/commit/ae2c5fc0248939bf32f2577b4a677060e36614f8))
39+
40+
541
## v0.3.0 (2023-12-02)
642

743
### Ci

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "testing-fixtures"
7-
version = "0.3.0"
7+
version = "0.4.0"
88
authors = [
99
{ name = "Abid H. Mujtaba", email = "abid.naqvi83@gmail.com" }
1010
]

0 commit comments

Comments
 (0)