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

VERSION 1.2.1 (Jun 21 01:08)
------------------------------------------------------------------------------
- Improve soju traceback error message when functions do not exist

VERSION 1.2.0 (Jun 21 11:51)
------------------------------------------------------------------------------
- Removed rsync dependency, uriel now has no dependencies other than Python

VERSION 1.1.2 (Jun 21 19:35 2025)
------------------------------------------------------------------------------
- Improved error messages for errors originating in user-defined soju code
- Handle KeyboardInterrupt exceptions cleanly

VERSION 1.1.1 (Jun 20 21:09 2025)
------------------------------------------------------------------------------
- Fix minor bug where more than one parameter error could be printed
- Change parameter error formatting to use nicer indenting rules
- Indicate in parameter error when the node body is the source of the error
- Add the node name to all "node not found" error messages

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
