Skip to content

Commit 8da7909

Browse files
committed
Release 0.14.3
1 parent cbc6e60 commit 8da7909

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,28 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v0.14.3](https://github.com/izelnakri/paper_trail/compare/v0.14.2...v0.14.3)
8+
9+
- avoid compile-time dependency with Application.get_env at macro [`#158`](https://github.com/izelnakri/paper_trail/pull/158)
10+
- Bump docker/build-push-action from 2.6.1 to 2.7.0 [`#156`](https://github.com/izelnakri/paper_trail/pull/156)
11+
- Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 [`#157`](https://github.com/izelnakri/paper_trail/pull/157)
12+
- Bump docker/login-action from 1.9.0 to 1.10.0 [`#149`](https://github.com/izelnakri/paper_trail/pull/149)
13+
- Bump docker/build-push-action from 2.4.0 to 2.6.1 [`#151`](https://github.com/izelnakri/paper_trail/pull/151)
14+
- Bump docker/setup-buildx-action from 1.3.0 to 1.5.1 [`#155`](https://github.com/izelnakri/paper_trail/pull/155)
15+
- update dependencies & formatting [`cbc6e60`](https://github.com/izelnakri/paper_trail/commit/cbc6e605293f1a7ad387ac6dee8e525bcbc8b63e)
16+
- .env fix [`643d4a8`](https://github.com/izelnakri/paper_trail/commit/643d4a8f0a28a52527407471f02741e624290d6d)
17+
718
#### [v0.14.2](https://github.com/izelnakri/paper_trail/compare/v0.14.1...v0.14.2)
819

20+
> 30 May 2021
21+
922
- Bump docker/setup-buildx-action from 1 to 1.3.0 [`#142`](https://github.com/izelnakri/paper_trail/pull/142)
1023
- Bump docker/login-action from 1 to 1.9.0 [`#143`](https://github.com/izelnakri/paper_trail/pull/143)
1124
- Bump actions/cache from 2.1.5 to 2.1.6 [`#147`](https://github.com/izelnakri/paper_trail/pull/147)
1225
- Bump actions/checkout from 2 to 2.3.4 [`#144`](https://github.com/izelnakri/paper_trail/pull/144)
1326
- Bump docker/build-push-action from 2 to 2.4.0 [`#145`](https://github.com/izelnakri/paper_trail/pull/145)
1427
- add insert_or_update/2 and insert_or_update!/2 [`#141`](https://github.com/izelnakri/paper_trail/pull/141)
28+
- Release 0.14.2 [`b5ae44f`](https://github.com/izelnakri/paper_trail/commit/b5ae44fec4cd69871215ee7f886e326d390baad2)
1529
- update npm deps [`8374c53`](https://github.com/izelnakri/paper_trail/commit/8374c53177ff24e9705b576ae9c1b83c75976a89)
1630
- add Christoph Schmatzler to contributors [`64a1321`](https://github.com/izelnakri/paper_trail/commit/64a13212bffe7ba0445b533964d86d732f88a620)
1731
- write npm test script with .env [`17cb2b0`](https://github.com/izelnakri/paper_trail/commit/17cb2b023d6f5f74c6b132d998e68084f88bc59f)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PaperTrail.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/izelnakri/paper_trail"
5-
@version "0.14.2"
5+
@version "0.14.3"
66

77
def project do
88
[

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"private": true,
33
"name": "paper_trail",
44
"author": "Izel Nakri",
5-
"version": "0.14.2",
5+
"version": "0.14.3",
66
"description": "[![Hex Version](http://img.shields.io/hexpm/v/paper_trail.svg?style=flat)](https://hex.pm/packages/paper_trail) [![Hex docs](http://img.shields.io/badge/hex.pm-docs-green.svg?style=flat)](https://hexdocs.pm/paper_trail/PaperTrail.html) [![Total Download](https://img.shields.io/hexpm/dt/paper_trail.svg)](https://hex.pm/packages/paper_trail) [![License](https://img.shields.io/hexpm/l/paper_trail.svg)](https://github.com/izelnakri/paper_trail/blob/main/LICENSE) [![Last Updated](https://img.shields.io/github/last-commit/izelnakri/paper_trail.svg)](https://github.com/izelnakri/paper_trail/commits/main)",
77
"main": "index.js",
88
"repository": {

0 commit comments

Comments
 (0)