Releases: superfly/ltx
Releases · superfly/ltx
v0.2.10
What's Changed
- Apply checksum flag on page checksums by @benbjohnson in #22
- Add ChecksumPage() benchmarks by @benbjohnson in #23
Full Changelog: v0.2.9...v0.2.10
v0.2.9
What's Changed
- Change Header.Timestamp to int64 by @benbjohnson in #20
Full Changelog: v0.2.8...v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.4
What's Changed
- Add 'checksum' command to CLI by @benbjohnson in #14
- Add GitHub Actions release workflow by @benbjohnson in #15
Full Changelog: v0.2.3...v0.2.4
v0.2.3
This release removes the DBID
field from the LTX files.
v0.2.2
Move DBID formatting & parsing to LTX
v0.2.1
- Add
ltx.ChecksumReader()
function.