File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
7
7
Versions follow [ Semantic Versioning 2.0] ( https://semver.org/spec/v2.0.0.html )
8
8
9
- ## Unreleased changes post [ 1.4.4 ]
9
+ ## Unreleased changes post [ 1.4.5 ]
10
10
11
- ### Fixed
12
- - Crash when default ignore file missing and custom file specified
11
+ ## [ 1.4.5] - 2024-11-17
12
+
13
+ ### Fixed
14
+ - Crash when default ignore file missing and custom file specified
15
+ - Revert format option ignore_file_string to ignore_file_strict
16
+
17
+ ## [ 1.4.4] - 2024-09-28
18
+
19
+ ### Fixed
20
+ - Invalid contract formatting failed on OTP 26 & later.
21
+ - Empty ignore files are ignored.
22
+ - Several improvements and corrections to documentation.
23
+
24
+ ### Changed
25
+ - Updated Erlex minimum version to 0.27, bringing in several fixes and improvements.
26
+
27
+ ### Added
28
+ - Multiple formatters can be used in the same invocation.
13
29
14
30
## [ 1.4.3] - 2023-12-28
15
31
### Fixed
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/jeremyjh/dialyxir"
5
- @ version "1.4.3 "
5
+ @ version "1.4.5 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments