Skip to content

Commit 2b409f1

Browse files
committed
Release 0.12.1
1 parent 719b375 commit 2b409f1

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,23 @@ 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.12.1](https://github.com/izelnakri/paper_trail/compare/v0.12.0...v0.12.1)
8+
9+
- fix for setting embed to nil [`#129`](https://github.com/izelnakri/paper_trail/pull/129)
10+
- Add ELixir Format Checker [`#126`](https://github.com/izelnakri/paper_trail/pull/126)
11+
- upgrade @j-ulrich/release-it-regex-bumper [`719b375`](https://github.com/izelnakri/paper_trail/commit/719b37591d1ea3c70c57d6efb31c296446ecbc55)
12+
- containerize $ mix format [`fd9463d`](https://github.com/izelnakri/paper_trail/commit/fd9463d4df5a114c881da9a3e400f0246d1b9adc)
13+
714
#### [v0.12.0](https://github.com/izelnakri/paper_trail/compare/v0.11.3...v0.12.0)
815

16+
> 18 December 2020
17+
918
- Support Ecto Embed [`#112`](https://github.com/izelnakri/paper_trail/pull/112)
1019
- Refactor Duplicated Code [`#124`](https://github.com/izelnakri/paper_trail/pull/124)
1120
- Enable capture_log to make test output readable [`#123`](https://github.com/izelnakri/paper_trail/pull/123)
1221
- Run Formatter [`#122`](https://github.com/izelnakri/paper_trail/pull/122)
1322
- Fix Dialyzer Specs [`#120`](https://github.com/izelnakri/paper_trail/pull/120)
23+
- Release 0.12.0 [`5ab6bf1`](https://github.com/izelnakri/paper_trail/commit/5ab6bf1eb0bf1c43b91470201b8ce101d8f790d5)
1424
- add .dockerignore [`58ab072`](https://github.com/izelnakri/paper_trail/commit/58ab072abfe2865a760608eb4b4764cf34ccf9e3)
1525

1626
#### [v0.11.3](https://github.com/izelnakri/paper_trail/compare/v0.11.2...v0.11.3)

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.12.0"
5+
@version "0.12.1"
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.12.0",
5+
"version": "0.12.1",
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)