Skip to content

Commit

Permalink
Release 1.4.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Sep 28, 2024
1 parent 3768413 commit 66cb162
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,18 @@ 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]
## [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.4"

def project do
[
Expand Down

0 comments on commit 66cb162

Please sign in to comment.