Skip to content

Releases: crownedgrouse/geas

2.5.1 Release

15 Dec 13:46
Compare
Choose a tag to compare
  • Fix an issue for geas_rebar3 plugin.

geas_rebar3 users are invited to use this release when not using hex.pm.

2.5 Release

14 Dec 12:35
Compare
Choose a tag to compare
  • 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

21 Sep 08:14
Compare
Choose a tag to compare

Update for 22.1 detection and database

2.4.0 Release

15 Dec 18:07
Compare
Choose a tag to compare
- Update for Erlang 21.2 detection and database
- geas and geas_rebar3 plugin are now both available on hex.pm

2.3.0 Release

29 Sep 10:50
Compare
Choose a tag to compare
  • 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

14 Jul 09:23
Compare
Choose a tag to compare

Fix 21.x.x detection

2.2 Release

30 Jun 08:48
Compare
Choose a tag to compare

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

24 Mar 15:02
Compare
Choose a tag to compare
  • 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

23 Dec 00:03
Compare
Choose a tag to compare
  • 20.2 detection
  • 20.2 database update

2.0.6 Release

16 Mar 22:44
Compare
Choose a tag to compare
  • 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.