# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.3.0] - 2023-02-08 ### Added * Added instructions for compiling with `cross` to readme. ### Changed * Minimum version of bindgen bumped to 0.63.0 to allow building with `cross`. * Set minimum required Rust version to 1.54. ## [0.2.0] - 2021-04-30 ### Added * Changelog ### Changed * This crate is now `no_std`. ## [0.1.0] - 2021-04-28 ### Changed * Finalized documentation. ## [0.0.2] - 2021-04-22 ### Changed * Build (empty) documentation on [docs.rs](http://docs.rs) without errors. ## [0.0.1] - 2021-04-22 Initial release. [Unreleased]: https://github.com/jgosmann/libalgobsec-sys/compare/v0.3.0...HEAD [0.3.0]: https://github.com/jgosmann/libalgobsec-sys/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/jgosmann/libalgobsec-sys/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/jgosmann/libalgobsec-sys/compare/v0.0.2...v0.1.0 [0.0.2]: https://github.com/jgosmann/libalgobsec-sys/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/jgosmann/libalgobsec-sys/releases/tag/v0.0.1