Skip to content

Commit

Permalink
Release 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Nov 17, 2024
1 parent 7fadd55 commit 501ecd7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

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

## Unreleased changes post [1.4.4]
## Unreleased changes post [1.4.5]

### Fixed
- Crash when default ignore file missing and custom file specified
## [1.4.5] - 2024-11-17

### Fixed
- Crash when default ignore file missing and custom file specified
- Revert format option ignore_file_string to ignore_file_strict

## [1.4.4] - 2024-09-28

### Fixed
- Invalid contract formatting failed on OTP 26 & later.
- Empty ignore files are ignored.
- Several improvements and corrections to documentation.

### Changed
- Updated Erlex minimum version to 0.27, bringing in several fixes and improvements.

### Added
- Multiple formatters can be used in the same invocation.

## [1.4.3] - 2023-12-28
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
use Mix.Project

@source_url "https://github.com/jeremyjh/dialyxir"
@version "1.4.3"
@version "1.4.5"

def project do
[
Expand Down

0 comments on commit 501ecd7

Please sign in to comment.