# Changelog ## [0.1.0] - 2024-11-26 ### Added - Initial release with core functionality. ## [0.1.0.post1] - 2024-11-26 ### Fixed - CI configuration issue. ### Documentation - Minor documentation updates. ## [0.1.0.post2] - 2024-11-26 ### Added - Added changelog to track future releases. ## [0.1.1] - 2024-11-6 ### Fixed - rational_array() default denominator ## [0.1.2] - 2024-12-2 ### Changed - Changes behavior of `auto_simplify` to set to `True` only if all arrays involved in an operation have `auto_simplify=True`. ### Added - Support for empty rational arrays. ## [0.1.2.post1] - 2024-12-2 ### Fixed - `form_common_denominator` issue with empty arrays.