We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0340de8 commit 4d99c01Copy full SHA for 4d99c01
CHANGELOG.md
@@ -6,7 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
7
Versions follow [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html)
8
9
-## Unreleased changes post [1.4.0]
+## 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.
15
16
## [1.4.2] - 2023-10-21
17
mix.exs
@@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
2
use Mix.Project
3
4
@source_url "https://github.com/jeremyjh/dialyxir"
5
- @version "1.4.2"
+ @version "1.4.3"
def project do
[
0 commit comments