File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,18 @@ 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
+ ## [ 1.4.4] - 2024-09-28
10
+
11
+ ### Fixed
12
+ - Invalid contract formatting failed on OTP 26 & later.
13
+ - Empty ignore files are ignored.
14
+ - Several improvements and corrections to documentation.
15
+
16
+ ### Changed
17
+ - Updated Erlex minimum version to 0.27, bringing in several fixes and improvements.
18
+
19
+ ### Added
20
+ - Multiple formatters can be used in the same invocation.
10
21
11
22
## [ 1.4.3] - 2023-12-28
12
23
### 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.4 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments