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 Jun 25, 2021
1 parent f172bdc commit 86886cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3] - 2021-06-25
### Fixed

- Hex Github action
## [0.1.2] - 2021-06-23
### Changed

Expand Down Expand Up @@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/mnishiguchi/sgp40/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/mnishiguchi/sgp40/compare/v0.1.3...HEAD
[0.1.3]: https://github.com/mnishiguchi/sgp40/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/mnishiguchi/sgp40/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/mnishiguchi/sgp40/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/mnishiguchi/sgp40/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 SGP40.MixProject do
use Mix.Project

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

def project do
Expand Down

0 comments on commit 86886cd

Please sign in to comment.