From c2188ccfb5452fb61997825f1fa80bb743312f18 Mon Sep 17 00:00:00 2001 From: Masatoshi Nishiguchi Date: Sat, 18 Feb 2023 22:25:51 -0500 Subject: [PATCH] v0.1.5 release --- CHANGELOG.md | 14 +++++++++++++- mix.exs | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7db8cd..149f714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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** @@ -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 diff --git a/mix.exs b/mix.exs index 2cb7b87..f3f3071 100644 --- a/mix.exs +++ b/mix.exs @@ -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