Skip to content

Commit

Permalink
Bump versions for 1.4.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Aug 27, 2023
1 parent 956c5d7 commit 88a87ce
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.15.4-otp-26
erlang 26.0.2
elixir 1.15.0-otp-26
erlang 26.0.1
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,21 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Unreleased changes post [1.3.0]
Versions follow [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html)

## Unreleased changes post [1.4.0]

## [1.4.0] - 2023-08-27

### Added
- --quiet-with-result flag.

### Changed
- (docs) Improved caching behaviour in example templates.

### Fixed
- Erroneous "DEPENDENCY MISSING" message in Elixir 1.15.
- Handle transitive optional dependencies in Elixir 1.15.

## [1.3.0] - 2023-04-08

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
use Mix.Project

@source_url "https://github.com/jeremyjh/dialyxir"
@version "1.3.0"
@version "1.4.0"

def project do
[
Expand Down

0 comments on commit 88a87ce

Please sign in to comment.