Tags give the ability to mark specific points in history as being important
-
-
v0.3.0
c55db2bd · ·v0.3.0 * Improved testing * Improved docs * Various fixes * Remove libabook support * Statistics are now in a standalone module
-
v0.2
e4548835 · ·Version 0.2.0 * Split the crate into a lib only part and the binary tools * Remove dependencies and factor the code * Rewrite of some processing functions in vcf::processing submodule
-
-
-
v0.1.1
acc1c3b9 · ·Version 0.1.1 * Fixes a bug causing vcf files generated from abook files to be randomly sorted.
-
v0.1.0
93b0062f · ·Version 0.1.0 * Full support for vcf files * Full support for batch processing * Two binaries are distributed in this crate: vcf-merge and vcf-validator
-
v0.1.0-rc2
e65fe21a · ·Release candidate for v0.1.0 Deduplication has been fixed Existing tests must be fixed New tests must be written Documentation should be updated
-
v0.1.0-rc1
965f4a19 · ·Release candidate for 0.1.0: Features batch merge of .vcf files, with different operation modes. Needs to write more tests to validate the implementation