Releases: grisp/rebar3_grisp
Releases · grisp/rebar3_grisp
2.1.0
Added
rebar3 grisp package list
task that lists pre-built OTP package versions.
Changed
deploy
task no longer requires specifying release name and version if there
is only one release.
Fixed
- Template rendering no longer crashes when environment variables contain
unicode (#42)
New Contributors
Full Changelog: 2.0.0...2.1.0
2.0.0
BREAKING CHANGE: Require GRISP_TC_ROOT
for all Erlang version to point
to the tool chain root folder and not the subfolder rtems/5
. If you have
configured the setting grisp.build.toolchain.directory
you need to remove
the rtems/5
postfix if present.
Changed
- Default platform is now
grisp2
Added
- Patch for OTP 23.3.4
Fixed
- Don't build unused apps
- Enhanced build logging
- Use correct
system_libs
path for rebar3 3.14+
Full Changelog: 1.3.0...2.0.0
1.3.0
1.2.6
1.2.5
1.2.4
Implemented enhancements:
- Refactor deploy logic into grisp_tools library #39
- Handle duplicate C source files from different apps #1
Fixed bugs:
- Files in grisp/grisp_base/*/*.c are ignored in user applications #45
Closed issues:
Merged pull requests:
- Fix OTP 21.0-rc1 patch #56 (nextl00p)
- Revert "Prebuild OTP filename depends on Board now" #54 (nextl00p)
- Fix OTP 22 patches after adding NIF support #53 (sylane)
- Prebuild OTP filename depends on Board now #52 (nextl00p)
- Fix patch files to support NIFs for all supported OTP versions #50 (nextl00p)
- Detect GRiSP files in current project as well, add debug output, fix #45 #48 (nextl00p)
- Add support for OTP 22 #47 (sylane)
- Add support for NIFs #46 (nextl00p)
- Fix failing deploy #44 (nextl00p)