diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index b8a774d..5ba8c99 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v6 - uses: astral-sh/setup-uv@v7 with: enable-cache: true diff --git a/CHANGELOG.md b/CHANGELOG.md index e6596ee..2d06d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Bumped GitHub Actions, Python, Rust, and documentation dependencies ([#10](https://github.com/BattModels/smirk/pull/10) -- [#24](https://github.com/BattModels/smirk/pull/24)) + ### Fixed - Build issue due to leading `./` in included file paths ([#7](https://github.com/BattModels/smirk/pull/7)) +- Fixed Dependabot configuration ([#9](https://github.com/BattModels/smirk/pull/9) ## [v0.2.0](https://github.com/BattModels/smirk/tree/v0.2.0)