Skip to content

Commit

Permalink
v0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnishiguchi committed Feb 19, 2023
1 parent 44ca2e6 commit c2188cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5] - 2023-02-18

Fix Elixir code based on warnings. Nothing will be changed at the high level.

**Changed**

- Use Application.compile_env/3 instead of Application.get_env/3
- Define mocks at compile time instead of at runtime
- Bump Elixir versions in CI

## [0.1.4] - 2021-11-26

**Improvement**
Expand Down Expand Up @@ -51,7 +61,9 @@ 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.3...HEAD
[Unreleased]: https://github.com/mnishiguchi/sgp40/compare/v0.1.5...HEAD
[0.1.5]: https://github.com/mnishiguchi/sgp40/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/mnishiguchi/sgp40/compare/v0.1.3...v0.1.4
[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
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 SGP40.MixProject do
use Mix.Project

@version "0.1.4"
@version "0.1.5"
@source_url "https://github.com/mnishiguchi/sgp40"

def project do
Expand Down

0 comments on commit c2188cc

Please sign in to comment.