# Change Log ## v2.0.0 (2026-03-01) - Drop Python 3.7, 3.8, 3.9 support; minimum version is now Python 3.10 ([#33](https://github.com/tsutsu3/uc.micro-py/pull/33), [#38](https://github.com/tsutsu3/uc.micro-py/pull/38)) - Add Python 3.12, 3.13, 3.14 support ([#33](https://github.com/tsutsu3/uc.micro-py/pull/33), [#38](https://github.com/tsutsu3/uc.micro-py/pull/38)) - Update PyPI release workflow to use Trusted Publishing ([#41](https://github.com/tsutsu3/uc.micro-py/pull/41)) - Add permissions to CI and PyPI workflows ([#39](https://github.com/tsutsu3/uc.micro-py/pull/39)) - Update docs ([#40](https://github.com/tsutsu3/uc.micro-py/pull/40)) - Bump dependencies ([#23](https://github.com/tsutsu3/uc.micro-py/pull/23), [#28](https://github.com/tsutsu3/uc.micro-py/pull/28), [#29](https://github.com/tsutsu3/uc.micro-py/pull/29), [#30](https://github.com/tsutsu3/uc.micro-py/pull/30), [#33](https://github.com/tsutsu3/uc.micro-py/pull/33), [#34](https://github.com/tsutsu3/uc.micro-py/pull/34), [#36](https://github.com/tsutsu3/uc.micro-py/pull/36)) ## v1.0.3 (2024-02-10) - Fix trashed build [#17](https://github.com/tsutsu3/uc.micro-py/issues/17) - Update CI ## v1.0.2 (2023-04-30) - Update development tools - Fix sdist is missing tests ## v1.0.1 (2020-12-15) - Add pre-commit, thanks to [@chrisjsewell ](https://github.com/chrisjsewell). - Update setup.py, thanks to [@chrisjsewell ](https://github.com/chrisjsewell). ## v1.0.0 (2020-11-11) - Update README.md - Update setup.py ## v0.1.0 (2020-11-01) - First release