Skip to content

Commit

Permalink
Merge pull request #522 from jeremyjh/jh-bump-ver-1.4.2
Browse files Browse the repository at this point in the history
Bump versions & Changelog for release 1.4.2
  • Loading branch information
jeremyjh committed Oct 21, 2023
2 parents e030c51 + fd4edbd commit 7d4653c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,7 +8,15 @@ Versions follow [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html)

## Unreleased changes post [1.4.0]

## [1.4.2] - 2023-10-21

### Changed
- Revert minimum required Elixir version back to 1.6.
- Improved performance in calculating Umbrella dependencies.

## [1.4.1] - 2023-08-30

### Changed
- Bump minimum required Elixir version to 1.12.

## [1.4.0] - 2023-08-27
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Expand Up @@ -2,13 +2,13 @@ defmodule Dialyxir.Mixfile do
use Mix.Project

@source_url "https://github.com/jeremyjh/dialyxir"
@version "1.4.1"
@version "1.4.2"

def project do
[
app: :dialyxir,
version: @version,
elixir: ">= 1.12.0",
elixir: ">= 1.6.0",
elixirc_paths: elixirc_paths(Mix.env()),
description: description(),
package: package(),
Expand Down

0 comments on commit 7d4653c

Please sign in to comment.