Skip to content

Commit

Permalink
Merge pull request #36 from inaka/bump-0.2.1
Browse files Browse the repository at this point in the history
Prepare release 0.2.1
  • Loading branch information
jfacorro committed Dec 3, 2019
2 parents 9f3dddc + db1e60a commit 8bf6007
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
23 changes: 11 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog
# Change Log

## [0.2.0](https://github.com/inaka/katana-code/tree/0.2.0) (2019-12-02)
## [0.2.1](https://github.com/inaka/katana-code/tree/0.2.1)

[Full Changelog](https://github.com/inaka/katana-code/compare/0.2.0...0.2.1)

**Merged pull requests:**

- \[\#26\] Remove aleppo from .app.src [\#35](https://github.com/inaka/katana-code/pull/35) ([jfacorro](https://github.com/jfacorro))

## [0.2.0](https://github.com/inaka/katana-code/tree/0.2.0) (2019-12-02)
[Full Changelog](https://github.com/inaka/katana-code/compare/0.1.3...0.2.0)

**Closed issues:**
Expand All @@ -11,11 +18,11 @@

**Merged pull requests:**

- Bump version to 0.2.0 [\#33](https://github.com/inaka/katana-code/pull/33) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[\#30\] Don't show private functions in documentation [\#32](https://github.com/inaka/katana-code/pull/32) ([juanbono](https://github.com/juanbono))
- \[\#26\] Drop aleppo and use a forked epp\_dodger [\#31](https://github.com/inaka/katana-code/pull/31) ([jfacorro](https://github.com/jfacorro))

## [0.1.3](https://github.com/inaka/katana-code/tree/0.1.3) (2019-06-24)

[Full Changelog](https://github.com/inaka/katana-code/compare/0.1.2...0.1.3)

**Closed issues:**
Expand All @@ -28,7 +35,6 @@
- fix error with exporting types [\#28](https://github.com/inaka/katana-code/pull/28) ([NobbZ](https://github.com/NobbZ))

## [0.1.2](https://github.com/inaka/katana-code/tree/0.1.2) (2018-06-29)

[Full Changelog](https://github.com/inaka/katana-code/compare/0.1.0...0.1.2)

**Fixed bugs:**
Expand All @@ -50,7 +56,6 @@
- Remove dead hipchat link [\#20](https://github.com/inaka/katana-code/pull/20) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.1.0](https://github.com/inaka/katana-code/tree/0.1.0) (2016-06-14)

[Full Changelog](https://github.com/inaka/katana-code/compare/0.0.4...0.1.0)

**Closed issues:**
Expand All @@ -65,7 +70,6 @@
- \[Close \#16\] rebar3 support [\#17](https://github.com/inaka/katana-code/pull/17) ([Euen](https://github.com/Euen))

## [0.0.4](https://github.com/inaka/katana-code/tree/0.0.4) (2016-04-26)

[Full Changelog](https://github.com/inaka/katana-code/compare/0.0.3...0.0.4)

**Merged pull requests:**
Expand All @@ -74,7 +78,6 @@
- Add support for latin1 encoded source files [\#12](https://github.com/inaka/katana-code/pull/12) ([tjarvstrand](https://github.com/tjarvstrand))

## [0.0.3](https://github.com/inaka/katana-code/tree/0.0.3) (2016-04-07)

[Full Changelog](https://github.com/inaka/katana-code/compare/0.0.2...0.0.3)

**Fixed bugs:**
Expand All @@ -86,7 +89,6 @@
- Version Bump to 0.0.3 [\#11](https://github.com/inaka/katana-code/pull/11) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.0.2](https://github.com/inaka/katana-code/tree/0.0.2) (2016-03-30)

[Full Changelog](https://github.com/inaka/katana-code/compare/0.0.1...0.0.2)

**Fixed bugs:**
Expand All @@ -100,9 +102,6 @@
- Version Bump to 0.0.2 [\#7](https://github.com/inaka/katana-code/pull/7) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.0.1](https://github.com/inaka/katana-code/tree/0.0.1) (2016-03-01)

[Full Changelog](https://github.com/inaka/katana-code/compare/d4c5b63916ff692ff1fedc3f31787e4cedb70cf8...0.0.1)

**Merged pull requests:**

- Igaray.version bump [\#5](https://github.com/inaka/katana-code/pull/5) ([igaray](https://github.com/igaray))
Expand All @@ -111,4 +110,4 @@



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion src/katana_code.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, katana_code,
[
{description, "Functions useful for processing Erlang code."},
{vsn, "0.2.0"},
{vsn, git},
{applications, [kernel, stdlib]},
{modules, []},
{registered, []},
Expand Down

0 comments on commit 8bf6007

Please sign in to comment.