Skip to content

Commit

Permalink
Update changelog and bump version for release 1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjh committed Feb 18, 2021
1 parent e18cc40 commit 612d72c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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.1.0]

## [1.1.0] - 2021-02-18

### Changed

### Added
- Configuration option to set the project's PLT path: `:plt_local_path`.
- Project configuration setting to exclude files based on a regex: `:exclude_files`.
- `explain` text for `:missing_range` warning.

### Fixed

- Fixes and improvements to README and documentation.
- Fixed `mix.lock` hash stability. Will cause a recheck of PLTs on first usage in each project.

### Changed
- Improved wording of argument mismatch warnings.

## [1.0.0] - 2020-03-16

### Changed
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.0.0"
@version "1.1.0"

def project do
[
Expand Down

0 comments on commit 612d72c

Please sign in to comment.