chore: release version v0.2.0

This commit is contained in:
James Harton 2020-12-27 21:44:51 +00:00
parent 156cb5fbbd
commit b2b4957b10
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.2.0](https://gitlab.com/jimsy/wafer/compare/v0.1.6...v0.2.0) (2020-12-27)
### Features:
* git_ops: Auto-releasing using git_ops.
## [v0.1.6](https://gitlab.com/jimsy/wafer/compare/v0.1.5...v0.1.6) (2020-12-26) ## [v0.1.6](https://gitlab.com/jimsy/wafer/compare/v0.1.5...v0.1.6) (2020-12-26)

View file

@ -122,7 +122,7 @@ by adding `wafer` to your list of dependencies in `mix.exs`:
```elixir ```elixir
def deps do def deps do
[ [
{:wafer, "~> 0.1.6"} {:wafer, "~> 0.2.0"}
] ]
end end
``` ```

View file

@ -7,7 +7,7 @@ defmodule Wafer.MixProject do
peripherals and interacting with GPIO pins easier. peripherals and interacting with GPIO pins easier.
""" """
@version "0.1.6" @version "0.2.0"
def project do def project do
[ [