Skip to content

Commit

Permalink
bump changelog + changelog workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-j authored Jul 8, 2024
1 parent 9e9a7c4 commit b3dea97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/changelog-enforcer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
- uses: actions/checkout@v3
- uses: dangoslen/changelog-enforcer@v3
with:
skipLabels: 'skip-changelog'
skipLabels: 'skip-changelog'
changeLogPath: 'docs/CHANGELOG.md'
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ The CHANGELOG for the current development version is available at

### 0.5.1dev1 (UNRELEASED)

- Dev: switched testing framework entirely to pytest. Drops nose dependency due to version conflicts with Python 3.12 (`nose`) and 3.8 (`nose`)
- Feature: added method to `PandasMmcif` that allow to select by model ids. PR #[145](https://github.com/BioPandas/biopandas/pull/145))
- Dev: switched testing framework entirely to pytest. Drops nose dependency due to version conflicts with Python 3.12 (`nose`) and 3.8 (`nose`) PR #[146](https://github.com/BioPandas/biopandas/pull/146))


### 0.5.0dev1 (31/7/2023)
Expand Down

0 comments on commit b3dea97

Please sign in to comment.