From 4d99c0139bac10d44eb9e69f309fa825cdab93e5 Mon Sep 17 00:00:00 2001 From: Jeremy Huffman Date: Thu, 28 Dec 2023 17:55:56 -0600 Subject: [PATCH] Bump version to 1.4.3. --- CHANGELOG.md | 7 ++++++- mix.exs | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6561fa5..7abb663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,12 @@ 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.0] +## Unreleased changes post [1.4.4] + +## [1.4.3] - 2023-12-28 + ### Fixed + - Warnings with line & column. + - Formatting of `:record_match` warning. ## [1.4.2] - 2023-10-21 diff --git a/mix.exs b/mix.exs index 79860c1..8cf6494 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do use Mix.Project @source_url "https://github.com/jeremyjh/dialyxir" - @version "1.4.2" + @version "1.4.3" def project do [