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
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to `pddlpy` are documented here. This project adheres to
[Semantic Versioning](https://semver.org/).

## [1.2.1] - 2026-07-14

Patch release found in the v1.2.0 post-release check.

### Fixed
- **CLI/MCP temporal output** (#119): `pddlpy solve --planner temporal` and
the MCP `solve` tool now render the `TemporalPlan` schedule — each step
carries `start`, `duration` and `end`, and the result a top-level
`makespan` (the generic `cost` is kept for compatibility). Previously the
JSON showed only `{action, args}` per step and the schedule was lost.

### Quality
- 234 tests, 100% line coverage maintained.

## [1.2.0] - 2026-07-13

The planning release: durative actions are *solved* and the expressiveness
Expand Down Expand Up @@ -144,6 +158,7 @@ public API (`Development Status :: 5 - Production/Stable`).
- 150 tests, 100% line coverage; layering between grammar / model / planner enforced
by a test. Python 3.11+.

[1.2.1]: https://github.com/hfoffani/pddl-lib/releases/tag/v1.2.1
[1.2.0]: https://github.com/hfoffani/pddl-lib/releases/tag/v1.2.0
[1.1.2]: https://github.com/hfoffani/pddl-lib/releases/tag/v1.1.2
[1.1.1]: https://github.com/hfoffani/pddl-lib/releases/tag/v1.1.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pddlpy"
version = "1.2.0"
version = "1.2.1"
description = "Python PDDL parser"
readme = "README.md"
license = {text = "MIT"}
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading