Skip to content

Commit

Permalink
Version 2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Succi <[email protected]>
  • Loading branch information
ziopio committed Apr 21, 2023
1 parent b3e45c3 commit 35c9c4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## Added
## [2.5.0] - 2023-04-21

### Added

- New `rebar3 grisp report` command: groups and packs usefull debug information
about the current grisp project
- New rebar.config option `{docker, "grisp/grisp2-rtems-toolchain"}` is available for the grisp toolchain. Allows to use a docker image instead of a local installation.

## Changed
### Changed

- Set default Erlang version to `"25.2.3"` in grispapp template

Expand Down Expand Up @@ -301,7 +303,8 @@ Modify release configuration dynamically

* Initial release.

[unreleased]: https://github.com/grisp/rebar3_grisp/compare/2.4.0...HEAD
[unreleased]: https://github.com/grisp/rebar3_grisp/compare/2.5.0...HEAD
[2.5.0]: https://github.com/grisp/rebar3_grisp/compare/2.4.0...2.5.0
[2.4.0]: https://github.com/grisp/rebar3_grisp/compare/2.3.0...2.4.0
[2.3.0]: https://github.com/grisp/rebar3_grisp/compare/2.2.2...2.3.0
[2.2.2]: https://github.com/grisp/rebar3_grisp/compare/2.2.1...2.2.2
Expand Down
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.4.0"},
{vsn, "2.5.0"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit 35c9c4f

Please sign in to comment.