Skip to content

Commit

Permalink
Release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Jan 30, 2021
1 parent 719b375 commit 2b409f1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v0.12.1](https://github.com/izelnakri/paper_trail/compare/v0.12.0...v0.12.1)

- fix for setting embed to nil [`#129`](https://github.com/izelnakri/paper_trail/pull/129)
- Add ELixir Format Checker [`#126`](https://github.com/izelnakri/paper_trail/pull/126)
- upgrade @j-ulrich/release-it-regex-bumper [`719b375`](https://github.com/izelnakri/paper_trail/commit/719b37591d1ea3c70c57d6efb31c296446ecbc55)
- containerize $ mix format [`fd9463d`](https://github.com/izelnakri/paper_trail/commit/fd9463d4df5a114c881da9a3e400f0246d1b9adc)

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

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

#### [v0.11.3](https://github.com/izelnakri/paper_trail/compare/v0.11.2...v0.11.3)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule PaperTrail.Mixfile do
use Mix.Project

@source_url "https://github.com/izelnakri/paper_trail"
@version "0.12.0"
@version "0.12.1"

def project do
[
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "paper_trail",
"author": "Izel Nakri",
"version": "0.12.0",
"version": "0.12.1",
"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)",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 2b409f1

Please sign in to comment.