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 7f61278 commit 29f166f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to

## [Unreleased]

## [2.7.0] - 2024-09-06

### Added

- Exposed previously private function `grisp_tools_util:read_file/2`: [#25](https://github.com/grisp/grisp_tools/pull/25)
Expand Down Expand Up @@ -177,7 +179,8 @@ and this project adheres to

## [0.2.0] - 2018-09-11

[Unreleased]: https://github.com/grisp/grisp_tools/compare/2.6.1...HEAD
[Unreleased]: https://github.com/grisp/grisp_tools/compare/2.7.0...HEAD
[2.7.0]: https://github.com/grisp/grisp_tools/compare/2.6.1...2.7.0
[2.6.1]: https://github.com/grisp/grisp_tools/compare/2.6.0...2.6.1
[2.6.0]: https://github.com/grisp/grisp_tools/compare/2.5.0...2.6.0
[2.5.0]: https://github.com/grisp/grisp_tools/compare/2.4.0...2.5.0
Expand Down
12 changes: 12 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,15 @@
edifa,
grisp_update_packager
]}.
{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/grisp_tools"},
{source_url, "https://github.com/grisp/grisp_tools"}
]}.
2 changes: 1 addition & 1 deletion src/grisp_tools.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, grisp_tools, [
{description, "GRiSP tools for building and deployment"},
{vsn, "2.6.1"},
{vsn, "2.7.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 29f166f

Please sign in to comment.