Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

LedgerLoom follows semantic versioning.

## 0.3.0 — 2026-01-13
- Adds full workbook build pipeline (Ch01–Ch04).
- Introduces canonical datasets and “check your work” solution packs.
- Promotes LedgerLoom to Beta (usable but still evolving).

## 0.2.0 (Unreleased)

### Added
Expand Down
7 changes: 7 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Changelog
This page is a curated summary for readers of the documentation.
For full detail, see ``CHANGELOG.md`` in the repository root.

0.3.0 (Beta)
------------------

- Adds full workbook build pipeline (Ch01–Ch04).
- Introduces canonical datasets and “check your work” solution packs.
- Promotes LedgerLoom to Beta (usable but still evolving).

0.2.0 (Unreleased)
------------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ build-backend = "setuptools.build_meta"

[project]
name = "ledgerloom"
version = "0.2.0"
version = "0.3.0"
description = "LedgerLoom: accounting concepts for the modern software mind."
readme = "README.md"
requires-python = ">=3.10"
license = "MIT"
authors = [{ name = "PyStatsV1" }]
keywords = ["accounting", "bookkeeping", "double-entry", "ledger", "event-sourcing", "education"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: Education",
"Programming Language :: Python :: 3",
Expand Down