Skip to content

Commit 4d99c01

Browse files
committed
Bump version to 1.4.3.
1 parent 0340de8 commit 4d99c01

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ 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.0]
9+
## Unreleased changes post [1.4.4]
10+
11+
## [1.4.3] - 2023-12-28
12+
### Fixed
13+
- Warnings with line & column.
14+
- Formatting of `:record_match` warning.
1015

1116
## [1.4.2] - 2023-10-21
1217

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.2"
5+
@version "1.4.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)