Skip to content

Commit

Permalink
Version 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylane committed Sep 6, 2024
1 parent a56e7b6 commit 7f0d445
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.7.0] - 2024-09-06

### Added

- New `-t/--tar` option to the deploy command to save a grisp release tarball in
Expand Down Expand Up @@ -336,7 +338,8 @@ Modify release configuration dynamically

* Initial release.

[unreleased]: https://github.com/grisp/rebar3_grisp/compare/2.6.1...HEAD
[unreleased]: https://github.com/grisp/rebar3_grisp/compare/2.7.0...HEAD
[2.7.0]: https://github.com/grisp/rebar3_grisp/compare/2.6.1...2.7.0
[2.6.1]: https://github.com/grisp/rebar3_grisp/compare/2.6.0...2.6.1
[2.6.0]: https://github.com/grisp/rebar3_grisp/compare/2.5.0...2.6.0
[2.5.0]: https://github.com/grisp/rebar3_grisp/compare/2.4.0...2.5.0
Expand Down
13 changes: 13 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,16 @@
grisp_tools,
grid
]}.

{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{extras, [
{"CHANGELOG.md", #{title => "Changelog"}},
{"README.md", #{title => "Overview"}},
{"LICENSE", #{title => "License"}}
]},
{main, "README.md"},
{homepage_url, "https://github.com/grisp/rebar3_grisp"},
{source_url, "https://github.com/grisp/rebar3_grisp"}
]}.
2 changes: 1 addition & 1 deletion src/rebar3_grisp.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, rebar3_grisp, [
{description, "Rebar plugin for GRiSP"},
{vsn, "2.6.1"},
{vsn, "2.7.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 7f0d445

Please sign in to comment.