Skip to content

Commit 6572d04

Browse files
committed
Merge branch 'changelog' into development
2 parents 34fe590 + badd321 commit 6572d04

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
# Changelog
3+
4+
All notable changes to this project will be documented in this file.
5+
6+
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).
7+
8+
## [Unreleased]
9+
10+
## [0.1.7] - 2024-06-21
11+
12+
### Added
13+
- Added CLI boolean handling to improve command-line interface usability.
14+
- Implemented additional checks for `input_type` values to enhance input validation.
15+
- Added new pytests for CLI to ensure correct handling of booleans.
16+
- Updated the README to reflect the new pytest additions.
17+
- Updated CI/CD pipelines to accommodate pytest changes.
18+
19+
### Changed
20+
- Improved input_type value check mechanism to use .lower() before checking against values 'vcf' or 'matrix'.
21+
22+

0 commit comments

Comments
 (0)