Skip to content

Commit 0cf9368

Browse files
authored
Merge pull request #113 from cmason3/dev
Dev
2 parents 2b40fc0 + b5c7f4d commit 0cf9368

File tree

4 files changed

+610
-598
lines changed

4 files changed

+610
-598
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## CHANGELOG
22

3+
### [26.1.1] - January 12, 2026
4+
- Fixed an issue with error handling for `jinjafx_schema`
5+
36
### [26.1.0] - January 12, 2026
47
- Replaced `setup.py` with `pyproject.toml`
58
- Rewrote the error handling aspects of `http.server` as the defaults are garbage
@@ -507,6 +510,7 @@
507510
- Initial release
508511

509512

513+
[26.1.1]: https://github.com/cmason3/jinjafx_server/compare/26.1.0...26.1.1
510514
[26.1.0]: https://github.com/cmason3/jinjafx_server/compare/25.9.3...26.1.0
511515
[25.9.3]: https://github.com/cmason3/jinjafx_server/compare/25.9.2...25.9.3
512516
[25.9.2]: https://github.com/cmason3/jinjafx_server/compare/25.9.1...25.9.2

contrib/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ wget -P /tmp https://github.com/jgm/pandoc/releases/download/3.8.3/pandoc-3.8.3-
1111
dpkg -i /tmp/pandoc-3.8.3-1-amd64.deb; \
1212

1313
python3 -m venv /opt/jinjafx; \
14-
/opt/jinjafx/bin/python3 -m pip install --upgrade git+https://github.com/cmason3/jinjafx_server.git@${BRANCH} lxml; \
14+
/opt/jinjafx/bin/python3 -m pip install --upgrade git+https://github.com/cmason3/jinjafx_server.git@${BRANCH}; \
1515
/opt/jinjafx/bin/python3 -m pip uninstall -y pip
1616

1717

0 commit comments

Comments
 (0)