From 76666b5a0db7a6e9f405b94c739b1cc79fad05d8 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Wed, 24 Nov 2021 12:03:19 +0000 Subject: [PATCH] Bump version --- CHANGELOG.md | 6 ++++++ src/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5443e7..d198730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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). +## [v0.4.7] +### Changed +- Build conda package using bioconda's htslib. +### Fixed +- Occasional hanging on exit. + ## [v0.4.6] ### Fixed - Missing tab character in output header. diff --git a/src/version.h b/src/version.h index 6d2c4fa..608cc96 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -const char *argp_program_version = "0.4.6"; +const char *argp_program_version = "0.4.7";