diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c93ba..7dea27d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [v0.16.0] ### Added - Support for reading SAM tags from FASTQ headers. ### Changed diff --git a/conda/meta.yaml b/conda/meta.yaml index 9304e2f..f666cc4 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -11,12 +11,13 @@ build: requirements: build: - {{ compiler('c') }} + - nanoporetech::htslib =1.19.1 host: - argp-standalone # [osx] # linked to all the same stuff as bioconda builds - - nanoporetech::htslib =1.19 + - nanoporetech::htslib =1.19.1 run: - - nanoporetech::htslib =1.19 + - nanoporetech::htslib =1.19.1 test: commands: fastcat --help diff --git a/src/version.h b/src/version.h index 62a68e1..0ef021e 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -const char *argp_program_version = "0.15.2"; +const char *argp_program_version = "0.16.0";