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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [v0.7.1](https://github.com/doclang-project/doclang/releases/tag/v0.7.1)

* extend version sync to versioned fixture (#156)
* add pluggable Schematron validation backends (#155)
* **BREAKING CHANGE**: `saxonche` is no longer installed by default; install `doclang[schematron-saxon]` (or pass a custom `schematron=` backend) for Schematron validation.

## [v0.7.0](https://github.com/doclang-project/doclang/releases/tag/v0.7.0)

* add archive packaging (#151)
Expand Down
2 changes: 1 addition & 1 deletion doclang/doclang.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:dl="https://www.doclang.ai/ns/v0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
version="0.7.0"
version="0.7.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 = "setuptools.build_meta"

[project]
name = "doclang"
version = "0.7.0" # DO NOT EDIT MANUALLY, updated automatically
version = "0.7.1" # DO NOT EDIT MANUALLY, updated automatically
description = "DocLang reference toolkit"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

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

Loading