diff --git a/CHANGELOG.md b/CHANGELOG.md index 22057dc..3cfadb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.0.0] - 2024-01-17 + ### Changed - Updated to `embedded-hal` 1.0. @@ -25,7 +27,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. Initial release to crates.io. -[Unreleased]: https://github.com/eldruin/bmi160-rs/compare/v0.1.2...HEAD +[Unreleased]: https://github.com/eldruin/bmi160-rs/compare/v1.0.0...HEAD +[1.0.0]: https://github.com/eldruin/bmi160-rs/compare/v0.1.2...v1.0.0 [0.1.2]: https://github.com/eldruin/bmi160-rs/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/eldruin/bmi160-rs/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/eldruin/bmi160-rs/releases/tag/v0.1.0 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 94a33c3..b8f6a84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bmi160" -version = "0.1.2" +version = "1.0.0" authors = ["Diego Barrios Romero "] repository = "https://github.com/eldruin/bmi160-rs" license = "MIT OR Apache-2.0" diff --git a/LICENSE-MIT b/LICENSE-MIT index d12b7b8..e8016d0 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,4 +1,4 @@ -Copyright (C) 2019-2023 Diego Barrios Romero +Copyright (C) 2019-2024 Diego Barrios Romero Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in