You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+36
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,42 @@
2
2
3
3
4
4
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))
0 commit comments