diff --git a/CHANGELOG.md b/CHANGELOG.md index c9bde23..2b7e998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## 0.1.0 - 2023-03-06 +## [0.1.1] - 2023-04-06 -- First release! Everything is new! \ No newline at end of file +### Fixed + +- CI issue that meant no binaries were built + +## 0.1.0 - 2023-04-06 + +- First release! Everything is new! + +[0.1.1]: https://github.com/mbhall88/drprg/compare/0.1.0...0.1.1 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index cc9f69d..ac2472f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] name = "drprg" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 9f6abfc..f9aec3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drprg" -version = "0.1.0" +version = "0.1.1" authors = ["Michael Hall "] edition = "2018" license = "MIT" diff --git a/docs/src/guide/predict-output.md b/docs/src/guide/predict-output.md index 67be660..6fc98d9 100644 --- a/docs/src/guide/predict-output.md +++ b/docs/src/guide/predict-output.md @@ -94,7 +94,7 @@ This is a trimmmed (toy) example JSON output for a sample } }, "version": { - "drprg": "0.1.0", + "drprg": "0.1.1", "index": "20230308" } } @@ -153,7 +153,7 @@ in *katG* from [the example](#example) you can use ``` $ bcftools view sample.drprg.bcf | grep acaa8ca2 -katG 1044 acaa8ca2 GC AC,CA,CC . PASS VC=PH_SNPs;GRAPHTYPE=SIMPLE;PDP=0,0.0123457,0,0.987654;VARID=katG_S315T;PREDICT=R GT:MEAN_FWD_COVG:MEAN_REV_COVG:MED_FWD_COVG:MED_REV_COVG:SUM_FWD_COVG:SUM_REV_COVG:GAPS:LIKELIHOOD:GT_CONF 3:0,1,0,42:0,0,0,38:0,1,0,42:0,0,0,38:0,1,0,127:0,0,0,116:1,1,1,0:-523.019,-514.096,-523.019,-7.87925:506.217 +katG 1044 acaa8ca2 GC AC,CA,CC . PASS VC=PH_SNPs;GRAPHTYPE=SIMPLE;PDP=0,0.0123457,0,0.987654;VARID=katG_S315T;PREDICT=R GT:MEAN_FWD_COVG:MEAN_REV_COVG:MED_FWD_COVG:MED_REV_COVG:SUM_FWD_COVG:SUM_REV_COVG:GAPS:LIKELIHOOD:GT_CONF 3:0.1.1,42:0,0,0,38:0.1.1,42:0,0,0,38:0.1.1,127:0,0,0,116:1,1,1,0:-523.019,-514.096,-523.019,-7.87925:506.217 ``` All `INFO` and `FORMAT` fields are defined in the header of the BCF file. We recommend diff --git a/tests/cases/predict/ERR2510634.json b/tests/cases/predict/ERR2510634.json index 175c940..f7033e7 100644 --- a/tests/cases/predict/ERR2510634.json +++ b/tests/cases/predict/ERR2510634.json @@ -94,7 +94,7 @@ } }, "version": { - "drprg": "0.1.0", + "drprg": "0.1.1", "index": "version" } } diff --git a/tests/cases/predict/ERR4796933.json b/tests/cases/predict/ERR4796933.json index d9307b4..1137f9d 100644 --- a/tests/cases/predict/ERR4796933.json +++ b/tests/cases/predict/ERR4796933.json @@ -94,7 +94,7 @@ } }, "version": { - "drprg": "0.1.0", + "drprg": "0.1.1", "index": "version" } } diff --git a/tests/cases/predict/SRR6824468.json b/tests/cases/predict/SRR6824468.json index e3c5dc2..c40dc33 100644 --- a/tests/cases/predict/SRR6824468.json +++ b/tests/cases/predict/SRR6824468.json @@ -94,7 +94,7 @@ } }, "version": { - "drprg": "0.1.0", + "drprg": "0.1.1", "index": "version" } } diff --git a/tests/cases/predict/expected.json b/tests/cases/predict/expected.json index 463757b..9b3d1df 100644 --- a/tests/cases/predict/expected.json +++ b/tests/cases/predict/expected.json @@ -232,7 +232,7 @@ } }, "version": { - "drprg": "0.1.0", + "drprg": "0.1.1", "index": "version" } } diff --git a/tests/cases/predict/expected3.json b/tests/cases/predict/expected3.json index 99ab4d3..bd1e8e4 100644 --- a/tests/cases/predict/expected3.json +++ b/tests/cases/predict/expected3.json @@ -101,7 +101,7 @@ } }, "version": { - "drprg": "0.1.0", + "drprg": "0.1.1", "index": "version" } } diff --git a/tests/cases/predict/expected5.json b/tests/cases/predict/expected5.json index 868a658..cdec99f 100644 --- a/tests/cases/predict/expected5.json +++ b/tests/cases/predict/expected5.json @@ -108,7 +108,7 @@ } }, "version": { - "drprg": "0.1.0", + "drprg": "0.1.1", "index": "version" } }