Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbittrich committed Dec 9, 2024
1 parent 3a68c54 commit 54fa2aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file, following the suggestions of [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [v1.1.0] - 2024-12-09

- Support for multiple states in one `.msvj` file
- Configurable transitions/animations between states
Expand All @@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file, following t
- Mol* can be instructed to show non-covalent interactions by providing vendor-specific properties
- Fixes several issues with defined types
- Support `ref` property on `Node` which enables referencing nodes by this value
- Initial geometrical primitives support
- Geometrical primitives support (experimental and under development)

## [v1.0.0] - 2024-04-10
- Initial release
2 changes: 1 addition & 1 deletion molviewspec/molviewspec/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""MolViewSpec"""

__version__ = "1.0.0"
__version__ = "1.1.0"

from molviewspec.builder import create_builder
from molviewspec.nodes import ComponentExpression, validate_state_tree

0 comments on commit 54fa2aa

Please sign in to comment.