File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 3
3
erl_crash.dump
4
4
* .ez
5
5
/doc
6
+ .elixir_ls
Original file line number Diff line number Diff line change 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
+
2
10
### 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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Diff.Mixfile do
4
4
def project do
5
5
[ app: :diff ,
6
6
name: "Diff" ,
7
- version: "1.0 .0" ,
7
+ version: "1.1 .0" ,
8
8
elixir: "~> 1.0" ,
9
9
description: description ,
10
10
package: package ,
You can’t perform that action at this time.
0 commit comments