Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Jan 21, 2025
1 parent a953a47 commit c49c8c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bbconf/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.10.3"
__version__ = "0.10.4"
15 changes: 12 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,20 @@

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.

## [0.10.3] - 2025-XX-XX
## [0.10.4] - 2025-01-21

### Fixed:
- Changes boto3 [#78](https://github.com/databio/bbconf/issues/78)


## [0.10.3] - 2025-01-16

### Added:
- Get missing stats and files in bedfiles
- Config analyzer for quick analysis if the config is correct
- Added config analyzer
- Added new methods `get_missing_stats` and `get_missing_files` to retrieve lists of bed files that are missing statistics and files, respectively.

### Fixed:
- Fixed bugs in updating bed files


## [0.10.2] - 2025-01-09
Expand Down

0 comments on commit c49c8c1

Please sign in to comment.