Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

28 lines (23 loc) · 1.22 KB

CHANGELOG

This is a manually generated log to track changes to the repository for each release. Each section should include general headers such as Implemented enhancements and Merged pull requests. Critical items to know are:

  • renamed commands
  • deprecated / removed commands
  • changed defaults
  • backward incompatible changes (recipe file format? image file format?)
  • migration guidance (how to convert images?)
  • changed behaviour (recipe sections work differently)

The versions coincide with releases on pip. Only major versions will be released as tags on Github.

0.0.x (0.0.x)

  • refactor to use smeagle-py instead of cle (moving target) (0.0.18)
  • add metadata about best guess if ELF binary stripped
  • working version for analysis with cle (0.0.17)
  • add smeagle predict (via singularity container) (0.0.16)
  • libabigail should also run abidiff (0.0.15)
  • add spack test as a predictor for spack installs (0.0.14)
  • abicompat is missing the binary as the first argument! (0.0.13)
  • Mock splice missing install of splice and replace (0.0.12)
  • Support for mock splice with spack (0.0.11)
  • Initial creation of project (0.0.1)
  • Skeleton release (0.0.0)