Skip to content

Commit

Permalink
Update version & CHANGELOG for 1.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Apr 8, 2023
1 parent b17df86 commit 77162cf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,22 @@ 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.2.0]
## Unreleased changes post [1.3.0]

## [1.3.0] - 2023-04-08

### Added
- Elixir 1.15 support.
- Support for warning `:callback_not_exported`.

### Changed
- Several improvements to documentation, particularly Github CI documentation.

### Removed
- Support for `:race_conditions` flag which was [removed from Erlang](https://github.com/erlang/otp/pull/5502).

### Fixed
- Crash when `mix.lock` is missing.

## [1.2.0] - 2022-07-20
### Added
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.2.0"
@version "1.3.0"

def project do
[
Expand Down

0 comments on commit 77162cf

Please sign in to comment.