Skip to content

Commit 66cb162

Browse files
committed
Release 1.4.4.
1 parent 3768413 commit 66cb162

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
Versions follow [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html)
88

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.
1021

1122
## [1.4.3] - 2023-12-28
1223
### Fixed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/jeremyjh/dialyxir"
5-
@version "1.4.3"
5+
@version "1.4.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)