File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project are documented here. Pythonlings follows
44Semantic Versioning.
55
6- ## [ Unreleased ]
6+ ## [ 0.3.0 ] - 2026-06-10
77
88### Changed
99
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ cd learn-python && uvx pythonlings
2727How it works: ** edit** the broken exercise in your own editor → ** save** →
2828checks rerun and advance you to the next one. That's the whole loop.
2929
30- Status: ` v0.2 .0 ` , alpha — published on PyPI as ` pythonlings ` .
30+ Status: ` v0.3 .0 ` , alpha — published on PyPI as ` pythonlings ` .
3131
3232![ Coding screen] ( docs/assets/screenshots/coding-screen.png )
3333
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pythonlings"
7- version = " 0.2 .0"
7+ version = " 0.3 .0"
88description = " Python learnings, Rustlings-style, in a terminal TUI."
99readme = " Readme.md"
1010requires-python = " >=3.9"
Original file line number Diff line number Diff line change 55import sys
66from pathlib import Path
77
8- __version__ = "0.2 .0"
8+ __version__ = "0.3 .0"
99
1010
1111def _build_parser () -> argparse .ArgumentParser :
You can’t perform that action at this time.
0 commit comments