tmp1075 0.2.0

Platform-independent Rust driver for TMP1075 digital temperature sensor
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [v0.2.0]

### Changed

- Bump `defmt` from v0.3 to v1.0.
- Remove `Cargo.lock` from VCS tracking.

## [v0.1.3]

### Fixed

- Fix typo in README example (missing `;`)
- Add `ignore` attribute to README example to prevent doctests from failing

## [v0.1.2]

### Added

- Include README in docstring for lib.rs

## [v0.1.1]

### Added

- Add `destroy()` function returning the bus.

[Unreleased]: https://github.com/JanekGraff/tmp1075-rs/compare/v0.2.0...HEAD
[v0.1.1]: https://github.com/JanekGraff/tmp1075-rs/compare/v0.1.0...v0.1.1
[v0.1.2]: https://github.com/JanekGraff/tmp1075-rs/compare/v0.1.1...v0.1.2
[v0.1.3]: https://github.com/JanekGraff/tmp1075-rs/compare/v0.1.2...v0.1.3
[v0.2.0]: https://github.com/JanekGraff/tmp1075-rs/compare/v0.1.3...v0.2.0