8000 [Close #391] version bump 0.2.12 by Euen · Pull Request #392 · inaka/elvis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[Close #391] version bump 0.2.12 #392

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,42 @@
# Change Log

## [0.2.12](https://github.com/inaka/elvis/tree/0.2.12) (2016-08-05)
[Full Changelog](https://github.com/inaka/elvis/compare/0.2.11...0.2.12)

**Fixed bugs:**

- Missing builds for elvis.mk [\#373](https://github.com/inaka/elvis/issues/373)
- operator spaces rules fails in lines with a unicode char [\#343](https://github.com/inaka/elvis/issues/343)
- variable\_naming\_convention and MACROs [\#362](https://github.com/inaka/elvis/pull/362) ([andreineculau](https://github.com/andreineculau))

**Closed issues:**

- Version Bump to 0.3.2 [\#389](https://github.com/inaka/elvis/issues/389)
- Version Bump to 0.3.1 [\#388](https://github.com/inaka/elvis/issues/388)
- Move from erlang.mk to rebar3 [\#387](https://github.com/inaka/elvis/issues/387)
- Version Bump to 0.3.0 [\#386](https://github.com/inaka/elvis/issues/386)
- Please update lager [\#385](https://github.com/inaka/elvis/issues/385)
- Function clause when rule is disabled [\#384](https://github.com/inaka/elvis/issues/384)
- Add Inaka Logo in every page [\#383](https://github.com/inaka/elvis/issues/383)
- Move from erlang.mk to rebar3 [\#381](https://github.com/inaka/elvis/issues/381)
- BUG: Files in directory '.' are filtered out, so never checked [\#374](https://github.com/inaka/elvis/issues/374)

**Merged pull requests:**

- Euen.387.rebar3 [\#390](https://github.com/inaka/elvis/pull/390) ([Euen](https://github.com/Euen))
- Update README.md [\#377](https://github.com/inaka/elvis/pull/377) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.2.11](https://github.com/inaka/elvis/tree/0.2.11) (2016-04-07)
[Full Changelog](https://github.com/inaka/elvis/compare/0.2.10...0.2.11)

**Closed issues:**

- Update katana\_code to 0.0.3 in elvis\_core [\#371](https://github.com/inaka/elvis/issues/371)

**Merged pull requests:**

- Version Bump to 0.2.11 [\#372](https://github.com/inaka/elvis/pull/372) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.2.10](https://github.com/inaka/elvis/tree/0.2.10) (2016-03-30)
[Full Changelog](https://github.com/inaka/elvis/compare/0.2.8...0.2.10)

Expand Down
2 changes: 1 addition & 1 deletion src/elvis_shell.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
{pkg_name, elvis},
{description, "CLI for the Elvis Erlang Style Reviewer"},
{vsn, "0.2.11"},
{vsn, "0.2.12"},
{applications, [kernel, stdlib, ssl, elvis, egithub, jiffy, katana_code]},
{modules,
[
Expand Down
0