Skip to content

Commit

Permalink
Finish 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Jul 1, 2024
1 parent 4ef3522 commit 77da4e9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 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).

## [0.1.0] - 2024-07-01

[0.1.0]: https://github.com/sunsided/lsm303dlhc-registers/releases/tag/v0.1.0

### Added

- Initial release providing the register types based on `bitfields` and `hardware-registers`.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lsm303dlhc-registers"
version = "0.1.0-alpha.1"
version = "0.1.0"
authors = ["Markus Mayer <widemeadows@gmail.com>"]
categories = ["embedded", "hardware-support", "no-std", "science::robotics"]
description = "A typed map of the STMicroelectronics LSM303DLHC E-Compass registers"
Expand Down

0 comments on commit 77da4e9

Please sign in to comment.