Skip to content

Commit

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

## [Unreleased]

## [0.1.0] - 2021-08-22
## [0.1.1] - 2021-08-28
### 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/..HEAD
[Unreleased]: https://github.com/mnishiguchi/dypa01/compare/v0.1.1..HEAD
[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.0"
@version "0.1.1"
@source_url "https://github.com/mnishiguchi/dypa01"

def project do
Expand Down

0 comments on commit 8538f65

Please sign in to comment.