Skip to content

Releases: crownedgrouse/geas

2.9.5 Release

17 Sep 15:14

Choose a tag to compare

Update for OTP-28.1 detection and database.

2.9.4 Release

15 Jun 14:05

Choose a tag to compare

Update database and detection for OTP-28.0.

Note : Release 2.9.3 was shortly released on hex.pm and removed due to a silent issue in geas_otp_versions.hrl that was not immediately detected. This release was not created on github.

2.9.2 Release

15 Jun 13:01

Choose a tag to compare

Update for database and detection of OTP-27.3

2.9.1 Release

02 Feb 17:23

Choose a tag to compare

Add database and detection for OTP-27.2

2.9 Release

19 Jan 20:12

Choose a tag to compare

Add database and detection for OTP-27.1

Some enhancements :

  • Ignore directory .erlang.mk as using rebar3 and containing beam files
  • Add GEAS_GUILTY environment variable
  • Display more concise guilty list by default (can be overridden by GEAS_GUILTY="1")

Potential incompatibility :

  • Geas is now using some functions introduced in 20.0. Consider using version < 2.9 if necessary. A work is required to get rid of this constraint.

2.8.1 Release

14 Jul 14:00

Choose a tag to compare

Add database and detection for OTP-27

2.8 Release

23 Dec 15:24

Choose a tag to compare

  • Update database and detection for OTP-26.2
    Fixes :
  • Prevent crash when min. is higher than max. in expected range
  • Don't crash if a BEAM's compile_info does not include options
  • A more specific error message when exiting with 1
    Thank to kivra-pauoli for PRs.

2.7.14 Release

30 Sep 09:19

Choose a tag to compare

OTP 26.1 detection and database.

2.7.13 Release

21 May 17:20

Choose a tag to compare

OTP 26.0 detection and database.

2.7.12 Release

11 Mar 17:45

Choose a tag to compare

  • Update for OTP 25.3 detection and database