Skip to content

Commit

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

## [Unreleased]

## [0.1.2] - 2021-08-29
- Restructured `DYPA01.Transport` using `behaviour`
- Added minimal test for basic workflow

## [0.1.1] - 2021-08-28
### Added
- `DYPA01.PortRegistry` to avoid starting `GenServer` twice for the same port
- Added `DYPA01.PortRegistry` to avoid starting `GenServer` twice for the same port

## [0.1.0] - 2021-08-28
### Added
- Initial release

[Unreleased]: https://github.com/mnishiguchi/dypa01/compare/v0.1.1..HEAD
[Unreleased]: https://github.com/mnishiguchi/dypa01/compare/v0.1.2..HEAD
[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 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.1"
@version "0.1.2"
@source_url "https://github.com/mnishiguchi/dypa01"

def project do
Expand Down

0 comments on commit dfc4e67

Please sign in to comment.