chore: release version v0.3.0

This commit is contained in:
James Harton 2020-12-28 00:55:47 +00:00
parent ac297ffc1b
commit 0672dd4938
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 -->
## [v0.3.0](https://gitlab.com/jimsy/wafer/compare/v0.2.0...v0.3.0) (2020-12-28)
### Features:
* git_ops: Auto-releasing using git_ops.
## [v0.2.0](https://gitlab.com/jimsy/wafer/compare/v0.1.6...v0.2.0) (2020-12-27)

View file

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

View file

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