Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Licini committed Nov 9, 2023
1 parent 5c10d23 commit 2ad4684
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
docs:
runs-on: windows-latest
steps:
- uses: compas-dev/compas-actions.docs@v3
- uses: compas-dev/compas-actions.docs@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
use_conda: true
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Renamed `BRep.occ_shape` to `native_brep` for compatibility with `RhinoBrep`.
* Fixed the error when calling `BRep.frame`.
* Fixed `AttributeError` when calling `BRep.loops`.
* Updated `compas-actions.build` workflow to v3.

### Changed

Expand Down

0 comments on commit 2ad4684

Please sign in to comment.