* add AST node for comments (417)
* add function to change undo mode (409)
* add function to access priorities to API (406)
* add `Model::is_consequence` to API (423)
* add option to preserve facts (457)
* improve hash table performance (441)
* extend add_theory_atom method of backend (461)
(breaks backward compatibility of the API)
* add contribution guidelines (465)
* fix `add_theory_atom_with_guard` in Python API
* fix AST bugs (403)
* fix parsing of hexadecimal numbers (421)
* fix assignment aggregates (436)
* fix build scripts for Python 3.12 (452)
* fix overflows in IESolver (462)
* make sure `clingo_control_ground` is re-entrant (418)
* update clasp and dependencies