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
@@ -1,3 +1,8 @@
## [v0.7.3](https://github.com/doclang-project/doclang/releases/tag/v0.7.3)

* refuse symbolic links when packing pages and assets (#171)
* reject DTD and entity references in DocLang validation (#170)

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

* expand lxml version support (#158)
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.2"
version="0.7.3"
>

<!-- ============================================ -->
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.2" # DO NOT EDIT MANUALLY, updated automatically
version = "0.7.3" # 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