Skip to content

Commit 1e31355

Browse files
author
José Valim
committed
Start v0.15.1-dev
1 parent 2f2a52a commit 1e31355

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.15.1-dev
4+
5+
* Enhancements
6+
7+
* Bug fixes
8+
9+
* Deprecations
10+
11+
* Backwards incompatible changes
12+
313
## v0.15.0 (2014-08-02)
414

515
* Enhancements

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ This document simply outlines the release process:
1414

1515
6. Release new docs with `make release_docs`, move docs to `docs/stable`
1616

17-
7. Release new zip with `make release_zip`, push new zip to GitHub Releases, name it Precompiled.zip
17+
7. Release new zip with `make release_zip`, push new zip to GitHub Releases, name it `Precompiled.zip`
1818

19-
8. Fast-forward merge master into stable branch and push it
19+
8. Fast-forward merge master into stable branch with `git merge master --ff` and push it
2020

2121
9. After release, bump versions, add `-dev` back and commit
2222

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.15.0
1+
0.15.1-dev

src/elixir.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "0.15.0"},
3+
{vsn, "0.15.1-dev"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)