Skip to content

Commit

Permalink
Bump version to 1.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Dec 28, 2023
1 parent 0340de8 commit 4d99c01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -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
[
Expand Down

0 comments on commit 4d99c01

Please sign in to comment.