We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38e42f commit 04f1bdaCopy full SHA for 04f1bda
CHANGELOG.md
@@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
7
-## Unreleased changes post [1.1.0]
+## Unreleased changes post [1.2.0]
8
+
9
10
+## [1.2.0] - 2022-07-20
11
+### Added
12
+ - "github" formatter.
13
14
## [1.1.0] - 2021-02-18
15
mix.exs
@@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
2
use Mix.Project
3
@source_url "https://github.com/jeremyjh/dialyxir"
- @version "1.1.0"
+ @version "1.2.0"
def project do
[
0 commit comments