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 @@ -9,6 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Changed

### Removed


## [1.0.0] - 2026-08-13

### Added

- Public package documentation and release-oriented README
- Continuous integration for tests, documentation, and changelog verification

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 = "0.1.0"
current_version = "1.0.0"
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__ = "0.1.0"
__version__ = "1.0.0"
__author__ = "Eric Gozzi, Nicolas Benjamin Boscoboinik"
__email__ = "eric.gozzi@arch.ethz.ch"
__license__ = "MIT"
Expand Down
Loading