Skip to content

Commit b8aa90c

Browse files
committed
Update changelog and version
1 parent 3e34e43 commit b8aa90c

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
erl_crash.dump
44
*.ez
55
/doc
6+
.elixir_ls

CHANGELOG.md

+17-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
## [1.0.0]
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
## [1.1.0] - 2018-02-26
9+
210
### Added
3-
- First release
11+
12+
* `Diff.annotated_patch/3`
13+
14+
## [1.0.0] - 2016-04-04
15+
16+
### Added
17+
18+
* First release

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Diff.Mixfile do
44
def project do
55
[app: :diff,
66
name: "Diff",
7-
version: "1.0.0",
7+
version: "1.1.0",
88
elixir: "~> 1.0",
99
description: description,
1010
package: package,

0 commit comments

Comments
 (0)