From 29f166fdde5f00767497e74a25f743601f3ef257 Mon Sep 17 00:00:00 2001 From: Sebastien Merle Date: Fri, 6 Sep 2024 18:26:26 +0200 Subject: [PATCH] Version 2.7.0 --- CHANGELOG.md | 5 ++++- rebar.config | 12 ++++++++++++ src/grisp_tools.app.src | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e592624..852a2ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/rebar.config b/rebar.config index f45ea0e..8248c80 100644 --- a/rebar.config +++ b/rebar.config @@ -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"} +]}. diff --git a/src/grisp_tools.app.src b/src/grisp_tools.app.src index 3e2261d..ec59ec0 100644 --- a/src/grisp_tools.app.src +++ b/src/grisp_tools.app.src @@ -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,