Skip to content

Commit

Permalink
v0.8.8 release PaperTrail.insert :ecto_options
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Aug 30, 2020
1 parent ddc7f91 commit 48a1639
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PaperTrail.Mixfile do
def project do
[
app: :paper_trail,
version: "0.8.7",
version: "0.8.8",
elixir: "~> 1.10",
description: description(),
build_embedded: Mix.env() == :prod,
Expand Down
9 changes: 9 additions & 0 deletions scripts/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
set -aeuo pipefail

DOCKER_TAG=$(git rev-parse --short HEAD)
source .env

mix test test/paper_trail
mix test test/version
mix test test/uuid

0 comments on commit 48a1639

Please sign in to comment.