Skip to content

Commit 61e8fde

Browse files
committed
chore: release v0.1.1
1 parent 41e23e6 commit 61e8fde

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ Note that the log for version before v0.1.1 may not be in the mentioned format.
99

1010
## [Unreleased]
1111

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
1317

1418
### Added
1519

@@ -18,7 +22,7 @@ Note that the log for version before v0.1.1 may not be in the mentioned format.
1822
- Add `common.MinimalistTestRunner` that show collected points at the end.
1923
- Add `repository.RepositoryBaseTestCase.assertHasOnlyGitCommand` that check if file contain only Git command and nothing else.
2024

21-
## Changed
25+
### Changed
2226

2327
- `common.MinimalistTestResult` now track points if they are presence.
2428
- Some test cases now use the builtin `tmp_path` instead of our own version of it.

MAINTENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Note
44

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.
66

77
## First time setup
88

grading_lib/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1rc3
1+
0.1.1

0 commit comments

Comments
 (0)