Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

### Removed


## [1.0.1] - 2026-08-13

### Added

### Changed

- Aligned the release pipeline with `compas_pb` so publishing from `main` can proceed to GitHub release creation and documentation deployment
- Added package, Python, license, build, documentation, and COMPAS badges to the README
- Consolidated documentation automation in the release workflow
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ docstring-code-format = true
docstring-code-line-length = "dynamic"

[tool.bumpversion]
current_version = "1.0.0"
current_version = "1.0.1"
message = "Bump version to {new_version}"
commit = true
tag = true
Expand Down
2 changes: 1 addition & 1 deletion src/compas_threejs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""COMPAS ThreeJS - A lightweight Three.js viewer for COMPAS using Protobuf."""

__version__ = "1.0.0"
__version__ = "1.0.1"
__author__ = "Eric Gozzi, Nicolas Benjamin Boscoboinik"
__email__ = "eric.gozzi@arch.ethz.ch"
__license__ = "MIT"
Expand Down