All Versions
2
Latest Version
Avg Release Cycle
11 days
Latest Release
1352 days ago

Changelog History

  • v1.1.0 Changes

    August 11, 2020

    ๐Ÿ‘Œ Improvements

    • dynamic_bitset.hpp is now in the sul subfolder, use #include <sul/dynamic_bitset.hpp> to use sul::dynamic_bitset
    • New sul::dynamic_bitset version defines (SUL_DYNAMIC_BITSET_VERSION_MAJOR / SUL_DYNAMIC_BITSET_VERSION_MINOR / SUL_DYNAMIC_BITSET_VERSION_PATCH)
  • v1.0.0 Changes

    July 31, 2020

    ๐Ÿš€ First release of the dynamic_bitset, now being the first library of the Simple Useful Libraries!

    ๐Ÿ›  Fixes

    • The dynamic_bitset is now in the SUL namespace (#3)
    • 0๏ธโƒฃ The dynamic_bitset can be put back in the default namespace with the CMake option DYNAMICBITSET_NO_NAMESPACE