Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Nov 24, 2021
1 parent fca19ef commit 76666b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

const char *argp_program_version = "0.4.6";
const char *argp_program_version = "0.4.7";

0 comments on commit 76666b5

Please sign in to comment.