Skip to content

Commit

Permalink
v0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishiguchi committed Aug 29, 2021
1 parent 4bea60f commit 97deee0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2021-08-29
- Configure framing to ensure the four byte format

## [0.1.2] - 2021-08-29
- Restructured `DYPA01.Transport` using `behaviour`
- Added minimal test for basic workflow
Expand All @@ -17,7 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] - 2021-08-28
- Initial release

[Unreleased]: https://github.com/mnishiguchi/dypa01/compare/v0.1.2..HEAD
[Unreleased]: https://github.com/mnishiguchi/dypa01/compare/v0.1.3..HEAD
[0.1.3]: https://github.com/mnishiguchi/dypa01/releases/tag/v0.1.3
[0.1.2]: https://github.com/mnishiguchi/dypa01/releases/tag/v0.1.2
[0.1.1]: https://github.com/mnishiguchi/dypa01/releases/tag/v0.1.1
[0.1.0]: https://github.com/mnishiguchi/dypa01/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ iex> Circuits.UART.enumerate
}
}

# Start a gen server for interacting with a DYPA01 sensor
# Start a gen server for interacting with a DYP-A01 sensor on port ttyAMA0
iex> {:ok, pid} = DYPA01.start_link(port_name: "ttyAMA0")
{:ok, #PID<0.1407.0>}

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule DYPA01.MixProject do
use Mix.Project

@version "0.1.2"
@version "0.1.3"
@source_url "https://github.com/mnishiguchi/dypa01"

def project do
Expand Down

0 comments on commit 97deee0

Please sign in to comment.