Releases: crownedgrouse/geas
Releases · crownedgrouse/geas
2.5.1 Release
- Fix an issue for geas_rebar3 plugin.
geas_rebar3 users are invited to use this release when not using hex.pm.
2.5 Release
- Update for OTP 22.2 detection and database
- Code re-manufacturing, speed increase on big project
- New features :
- versions are now displayed on right side of output
- semver OTP range can be set with new variable GEAS_RANGE
- plugins are exiting non zero on error (for better CI integration)
Potential incompatibility
with script using geas, as now plugins are exiting non zero on error.
2.4.6 Release
Update for 22.1 detection and database
2.4.0 Release
- Update for Erlang 21.2 detection and database
- geas and geas_rebar3 plugin are now both available on hex.pm
2.3.0 Release
- Add 21.1 detection
- Add 21.1 database
Geas is now available on hex.pm.
Geas project is now using Travis CI build status.
2.2.1 Release
Fix 21.x.x detection
2.2 Release
Erlang 21.0 detection
Erlang 21.0 database update
Note: as CORBA module(s) are moved from Erlang 'core', those are marked as removed from Geas database. This may change in future.
2.1 Release
- 20.3 detection
- 20.3 database update
- Change output format for tags, redirect log to standard error
- Detect installed patches
- Recommend patche(s) to be installed if necessary depending code
2.0.14 Release
- 20.2 detection
- 20.2 database update
2.0.6 Release
- 18.3 Erlang version : geas database update and detection.
- Geas will automatically exclude some notoriously buggy Erlang
version if some module/function/arity are concerned.
For now only R16B03 with syntax_tools.
To disable this feature, simply export GEAS_DISC_RELS=0
environment variable. - Environment variable GEAS_LOG allow to display analyze logs.
- Some process dictionary entries are now available after compat run.
- Some bug fixes.