# Changelog
All notable changes to this project will be documented in this file.
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.0] - 2024-06-03
[1.0.0]: https://github.com/sunsided/stdint-rs/releases/tag/v1.0.0
### Internal
- Set MSRV to `1.70.0` and Rust Edition to `2021`.
- Added CI/CD integration tests and bumped version to stable `1.0.0`.
## [0.2.0] - 2022-12-27
[0.2.0]: https://github.com/sunsided/stdint-rs/releases/tag/0.2.0
### Added
- Added support for `no_std` environments.
## 0.1.0 - 2022-12-22
### Added
- Initial release providing the default `stdint` and `stdio` types.