Releases: crownedgrouse/geas
Releases · crownedgrouse/geas
2.9.5 Release
Update for OTP-28.1 detection and database.
2.9.4 Release
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
Update for database and detection of OTP-27.3
2.9.1 Release
Add database and detection for OTP-27.2
2.9 Release
Add database and detection for OTP-27.1
Some enhancements :
- Ignore directory
.erlang.mkas 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
Add database and detection for OTP-27
2.8 Release
- 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
OTP 26.1 detection and database.
2.7.13 Release
OTP 26.0 detection and database.
2.7.12 Release
- Update for OTP 25.3 detection and database