------------------------------------------------------------------------------
Uriel changelog
https://nathanrosenquist.com/uriel/
------------------------------------------------------------------------------

VERSION 1.1.0 (Jun 20 00:08 2025)
------------------------------------------------------------------------------
- Make as many project files and directories optional as reasonably possible
- lib/soju.py is now optional
- lib/handlers.py is now optional
- The lib directory is now optional
- The static directory is now optional
- The Makefile is now optional, and will not be regenerated if deleted
- Add 'preview' target to initial generated Makefile
- Print nicer looking filesystem paths in log messages

VERSION 1.0.6 (Jun 19 16:52 2025)
------------------------------------------------------------------------------
- Make Canonical-URL header optional in more situations
- Improve error log messages when generating RSS feed

VERSION 1.0.5 (Jan 18 18:55 2025)
------------------------------------------------------------------------------
- Add a series of internal performance improvements

VERSION 1.0.4 (Jan 17 17:07 2025)
------------------------------------------------------------------------------
- Add Escape-Title header to cache invalidation in Node class

VERSION 1.0.3 (Jan 16 18:28 2025)
------------------------------------------------------------------------------
- Add performance optimizations to Node class

VERSION 1.0.2 (Nov 20 17:07 2024)
------------------------------------------------------------------------------
- Fix SyntaxWarning in tag validation regex on Python 3.12
- Fix DeprecationWarning for UTC date handling on Python 3.12

VERSION 1.0.1 (Apr 02 22:01 2024)
------------------------------------------------------------------------------
- Fix typo in README file

VERSION 1.0.0 (Nov 05 18:27 2022)
------------------------------------------------------------------------------
- Initial release
