File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 33erl_crash.dump
44* .ez
55/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+
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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments