Skip to content

Commit

Permalink
Bump Version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Oct 13, 2021
1 parent d37ab73 commit 7e53828
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.1.0](https://github.com/AdRoll/rebar3_depup/tree/0.1.0) (2021-10-13)

[Full Changelog](https://github.com/AdRoll/rebar3_depup/compare/0.0.2...0.1.0)

**Implemented enhancements:**

- Allow ignoring some specific dep in rebar.config [\#3](https://github.com/AdRoll/rebar3_depup/issues/3)

**Merged pull requests:**

- Implement ignore [\#11](https://github.com/AdRoll/rebar3_depup/pull/11) ([joshrotenberg](https://github.com/joshrotenberg))
- Update dependencies [\#10](https://github.com/AdRoll/rebar3_depup/pull/10) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Update dependencies [\#9](https://github.com/AdRoll/rebar3_depup/pull/9) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Update dependencies [\#8](https://github.com/AdRoll/rebar3_depup/pull/8) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Update dependencies [\#7](https://github.com/AdRoll/rebar3_depup/pull/7) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.0.2](https://github.com/AdRoll/rebar3_depup/tree/0.0.2) (2021-09-01)

[Full Changelog](https://github.com/AdRoll/rebar3_depup/compare/0.0.1...0.0.2)
Expand Down
2 changes: 1 addition & 1 deletion src/rebar3_depup.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application,
rebar3_depup,
[{description, "A rebar plugin to update dependencies"},
{vsn, "0.0.2"},
{vsn, "0.1.0"},
{registered, []},
{applications, [kernel, stdlib, hex_core, verl]},
{env, []},
Expand Down

0 comments on commit 7e53828

Please sign in to comment.