Skip to content

Commit c49c8c1

Browse files
committed
updated changelog
1 parent a953a47 commit c49c8c1

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

bbconf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10.3"
1+
__version__ = "0.10.4"

docs/changelog.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,20 @@
22

33
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.
44

5-
## [0.10.3] - 2025-XX-XX
5+
## [0.10.4] - 2025-01-21
6+
7+
### Fixed:
8+
- Changes boto3 [#78](https://github.com/databio/bbconf/issues/78)
9+
10+
11+
## [0.10.3] - 2025-01-16
612

713
### Added:
8-
- Get missing stats and files in bedfiles
9-
- Config analyzer for quick analysis if the config is correct
14+
- Added config analyzer
15+
- Added new methods `get_missing_stats` and `get_missing_files` to retrieve lists of bed files that are missing statistics and files, respectively.
16+
17+
### Fixed:
18+
- Fixed bugs in updating bed files
1019

1120

1221
## [0.10.2] - 2025-01-09

0 commit comments

Comments
 (0)