Skip to content

Commit 501ecd7

Browse files
committed
Release 1.4.5
1 parent 7fadd55 commit 501ecd7

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,26 @@ 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+
## Unreleased changes post [1.4.5]
1010

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

1430
## [1.4.3] - 2023-12-28
1531
### Fixed

mix.exs

Lines changed: 1 addition & 1 deletion
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.5"
66

77
def project do
88
[

0 commit comments

Comments
 (0)