Skip to content

Commit 612d72c

Browse files
committed
Update changelog and bump version for release 1.1.
1 parent e18cc40 commit 612d72c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44

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

7+
## Unreleased changes post [1.1.0]
8+
9+
## [1.1.0] - 2021-02-18
10+
11+
### Changed
12+
13+
### Added
14+
- Configuration option to set the project's PLT path: `:plt_local_path`.
15+
- Project configuration setting to exclude files based on a regex: `:exclude_files`.
16+
- `explain` text for `:missing_range` warning.
17+
18+
### Fixed
19+
20+
- Fixes and improvements to README and documentation.
21+
- Fixed `mix.lock` hash stability. Will cause a recheck of PLTs on first usage in each project.
22+
23+
### Changed
24+
- Improved wording of argument mismatch warnings.
25+
726
## [1.0.0] - 2020-03-16
827

928
### Changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Dialyxir.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/jeremyjh/dialyxir"
5-
@version "1.0.0"
5+
@version "1.1.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)