hs-samtools 0.10.0.1 → 0.10.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- hs-samtools.cabal +1/−1
CHANGELOG.md view
@@ -108,6 +108,10 @@ * Updated copyright in all modules. * Updated LICENSE with updated year. -# 0.10.0.1 -- 2024-07-15+## 0.10.0.1 -- 2024-07-15 * Added missing documentation for BAM_V1_6_BAM_Alignment_OptionalFields(..).++## 0.10.1.2 -- 2024-07-15++* Fixed previous CHANGELOG entry (0.10.0.1).
hs-samtools.cabal view
@@ -20,7 +20,7 @@ -- PVP summary: +-+-------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.10.0.1+version: 0.10.0.2 -- A short (one-line) description of the package. synopsis: Read and write SAM, BAM, and CRAM files.