File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ Note that the log for version before v0.1.1 may not be in the mentioned format.
9
9
10
10
## [ Unreleased]
11
11
12
- ## v0.1.1rc3
12
+ ## v0.1.1 - 2024-09-25
13
+
14
+ Please see changelog from v0.1.1a1 to v0.1.1rc3.
15
+
16
+ ## v0.1.1rc3 - 2024-09-25
13
17
14
18
### Added
15
19
@@ -18,7 +22,7 @@ Note that the log for version before v0.1.1 may not be in the mentioned format.
18
22
- Add ` common.MinimalistTestRunner ` that show collected points at the end.
19
23
- Add ` repository.RepositoryBaseTestCase.assertHasOnlyGitCommand ` that check if file contain only Git command and nothing else.
20
24
21
- ## Changed
25
+ ### Changed
22
26
23
27
- ` common.MinimalistTestResult ` now track points if they are presence.
24
28
- Some test cases now use the builtin ` tmp_path ` instead of our own version of it.
Original file line number Diff line number Diff line change 2
2
3
3
## Note
4
4
5
- For the detail about version specifier, please see [ version specifier ] ( https://packaging.python.org/en/latest/specifications/version-specifiers/ )
5
+ - GitHub Codespace now use Python 3.12. However, our school machines still have 3.10.
6
6
7
7
## First time setup
8
8
Original file line number Diff line number Diff line change 1
- 0.1.1rc3
1
+ 0.1.1
You can’t perform that action at this time.
0 commit comments