Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Commit 5e60548

Browse files
committed
Starts using Semantic Versioning
- Tagging it v1.0.0 as the start of semver usage - Adds a CHANGELOG.md based on http://keepachangelog.com/en/1.0.0/
1 parent 6be66d4 commit 5e60548

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Change log
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.0.0] - 2019-04-10
9+
10+
### Semantic Versioning & Releases
11+
12+
Started using the following in this project:
13+
- Semantic Versioning
14+
- Git tags
15+
- Github Releases
16+
- CHANGELOG.md
17+

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule RealWorld.Mixfile do
44
def project do
55
[
66
app: :real_world,
7-
version: "0.0.1",
7+
version: "1.0.0",
88
elixir: "~> 1.5",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix, :gettext] ++ Mix.compilers(),

0 commit comments

Comments
 (0)