Skip to content

Commit

Permalink
24.8.0+add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelme committed Aug 3, 2024
1 parent 64b8773 commit 374a77e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ The full documentation is available at [https://htpy.dev](https://htpy.dev):
- [Convert HTML to htpy code](https://htpy.dev/html2htpy/)
- [FAQ](https://htpy.dev/faq/)
- [References](https://htpy.dev/references/)
- [Changelog](https://htpy.dev/changelog/)
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Changelog

## 24.8.0 - 2024-08-03
- Allow conditional rendering based on `bool`. [PR #40](https://github.com/pelme/htpy/pull/41).
2 changes: 1 addition & 1 deletion htpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "24.7.2"
__version__ = "24.8.0"
__all__: list[str] = []

import functools
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ nav:
- html2htpy.md
- faq.md
- references.md
- changelog.md
markdown_extensions:
- admonition
- pymdownx.highlight:
Expand Down

0 comments on commit 374a77e

Please sign in to comment.