Skip to content

Commit 58f0a9e

Browse files
author
Brujo Benavides
committed
Merge pull request #11 from inaka/elbrujohalcon.11.version_bump_to_0_0_3
Version Bump to 0.0.3
2 parents 8c42fd0 + 472c6f0 commit 58f0a9e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
# Change Log
22

3+
## [0.0.3](https://github.com/inaka/katana-code/tree/0.0.3) (2016-04-07)
4+
[Full Changelog](https://github.com/inaka/katana-code/compare/0.0.2...0.0.3)
5+
6+
**Fixed bugs:**
7+
8+
- Add deps to the app.src file [\#10](https://github.com/inaka/katana-code/pull/10) ([elbrujohalcon](https://github.com/elbrujohalcon))
9+
310
## [0.0.2](https://github.com/inaka/katana-code/tree/0.0.2) (2016-03-30)
411
[Full Changelog](https://github.com/inaka/katana-code/compare/0.0.1...0.0.2)
512

613
**Fixed bugs:**
714

815
- katana-code.app.src should be called katana\_code.app.src [\#6](https://github.com/inaka/katana-code/pull/6) ([elbrujohalcon](https://github.com/elbrujohalcon))
916

17+
**Merged pull requests:**
18+
19+
- \[\#quick\] Add katana\_code.d to .gitignore [\#9](https://github.com/inaka/katana-code/pull/9) ([elbrujohalcon](https://github.com/elbrujohalcon))
20+
- \[\#quick\] Fix project name [\#8](https://github.com/inaka/katana-code/pull/8) ([elbrujohalcon](https://github.com/elbrujohalcon))
21+
- Version Bump to 0.0.2 [\#7](https://github.com/inaka/katana-code/pull/7) ([elbrujohalcon](https://github.com/elbrujohalcon))
22+
1023
## [0.0.1](https://github.com/inaka/katana-code/tree/0.0.1) (2016-03-01)
1124
**Merged pull requests:**
1225

src/katana_code.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{application, katana_code,
22
[
33
{description, "Functions useful for processing Erlang code."},
4-
{vsn, "0.0.2"},
4+
{vsn, "0.0.3"},
55
{applications, [kernel, stdlib, aleppo]},
66
{modules, []},
77
{registered, []},

0 commit comments

Comments
 (0)