Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Jun 21, 2022
1 parent 727688b commit e499c1f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.0

Add interpolation support.

## v0.1.0

[View highlights](https://github.com/princemaple/dg/blob/v0.1.0/README.md#highlights)
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ defmodule DG.MixProject do
use Mix.Project

@source_url "https://github.com/princemaple/dg"
@version "0.1.0"
@version "0.2.0"

def project do
[
app: :dg,
version: "0.1.0",
version: @version,
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit e499c1f

Please sign in to comment.