Skip to content

Commit

Permalink
prepared for the next release to fix concat
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaakkol committed Mar 12, 2021
1 parent 3864aec commit 151b963
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 0.0.3 - 2021-03-12

### Fixed

- Concat removed to get the software to compile for no-std.


## 0.0.2 - 2021-03-11

### Changed
Expand All @@ -16,6 +23,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

Initial release to crates.io.

[0.0.3]: https://github.com/mjaakkol/sgp40-rs/compare/v0.0.2...v0.0.3

[0.0.2]: https://github.com/mjaakkol/sgp40-rs/compare/v0.0.1...v0.0.2

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sgp40"
version = "0.0.2"
version = "0.0.3"
authors = ["Mikko Jaakkola <mikko.la.jaakkola@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Rust driver for the Sensirion SGP40 gas sensor."
Expand Down

0 comments on commit 151b963

Please sign in to comment.