diff --git a/docs/looper/changelog.md b/docs/looper/changelog.md index 3d0316b7..82748d60 100644 --- a/docs/looper/changelog.md +++ b/docs/looper/changelog.md @@ -2,6 +2,17 @@ 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. +## [2.0.3] -- 2025-09-23 +### Fixed +- Fixed [#543](https://github.com/pepkit/looper/issues/543) +- Fixed [#547](https://github.com/pepkit/looper/issues/547) +- Fixed [#548](https://github.com/pepkit/looper/issues/548) + + +## [2.0.2] -- 2025-09-22 +### Changed +- Remove veracitools dependency from the requirements. + ## [2.0.1] -- 2025-03-05 ### Changed diff --git a/docs/pipestat/changelog.md b/docs/pipestat/changelog.md index b3bfb957..077ba395 100644 --- a/docs/pipestat/changelog.md +++ b/docs/pipestat/changelog.md @@ -2,6 +2,11 @@ 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.12.2] - 2025-09-25 +### Fixed +- Fix setting with copy warning for pephub backend [#206](https://github.com/pepkit/pipestat/issues/206) +- Fix [#212](https://github.com/pepkit/pipestat/issues/212) + ## [0.12.1] - 2025-02-10 ### Fixed - fix checking for records during summarize failing because aggregate_results file had not yet been resolved [#215](https://github.com/pepkit/pipestat/issues/215) diff --git a/docs/pypiper/changelog.md b/docs/pypiper/changelog.md index cedd0a15..96d4ede3 100644 --- a/docs/pypiper/changelog.md +++ b/docs/pypiper/changelog.md @@ -1,5 +1,9 @@ # Changelog +## [0.14.5] -- 2025-09-22 +### Changed +- Remove veracitools dependency [#233](https://github.com/databio/pypiper/issues/233) + ## [0.14.4] -- 2025-02-25 ### Changed - Fixed warnings for Python >3.12