Version 0.1.4
    * Fix for decompression error edge case (https://github.com/qsbase/qs2/issues/7)

Version 0.1.3 (2024-12-02)
    * Add additional `PROTECT` and `UNPROTECT` calls to remove false positive RCHK warnings

Version 0.1.2 (2024-11-24)
    * Add support for newer versions of TBB using tbb::flow::input_node (https://github.com/qsbase/qs2/issues/2)
    * Add in memory serialization functions `qs_serialize`, `qs_deserialize`, `qd_serialize` and `qd_deserialize`
    * Add `qs_readm` and `qs_savem` functions for saving and loading multiple objects
    * Added XXH3 64 bit standalone function `xxhash_raw`
    * Ported from `qs` package: star name database from the International Astronomical Union; see `?starnames`
    * Ported from `qs` package: base85 and basE91 ASCII encoding

Version 0.1.1 (2024-09-16)
    * Initial CRAN release
