mfmts-1.0.0.1: CHANGE_LOG.md
[`mfmts`](http://hackage-content.haskell.org/package/mfmts) change log:
=======================================================================
## Version 1.0.0.1 (04-01-2026)
This version aims to fix the issues with the hackage page and provide CI via
sourcehut builds.
- Set correct PVP bounds for cabal dependencies.
- Update `crypton` to ^>= 1.1, removing deprecated dependencies.
- Added CI/CD for builds.sr.ht:
* Add `.builds/nudge-parents.yml` to automatically update this submodule in
other sourcehut repositories.
* Add `.builds/upload-candidate-docs.yml` to generate and upload documentation
to Hackage.
* Add `.builds/upload-candidate-package.yml` to generate and upload a package
candidate to Hackage.
## Version 1.0.0.0 (03-12-2026)
Introducing this package to Hackage! This release introduces the basic structure
for the project and provides the following libraries:
- `mfmts-varint` for processing variable length integer inputs.
- `mfmts-multicodec` for providing a lookup method for codec values/names.
- `mfmts-multibase` for converting data to/from multibase encodings.
- `mfmts-multihash` for identifing hash functions from multicodecs.
- `mfmts-cid` for encoding/decoding multiformat content idenitifiers.