Skip to content

Commit

Permalink
0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Kürten committed Aug 7, 2024
1 parent 49c7955 commit 0b88fb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### Version 0.8.0:

- Feature: New "Release Check" events for Documents, Parts and Engineering Changes, which are triggered before an object is released and allow the release to be aborted by returning an Action.

- Feature: Actions can be returned by a Function to perform actions in CIM Database in response to an event. The first new Action `AbortAndShowErrorAction` can be used to abort the current operation in CIM Database, e.g. to abort a release process if certain conditions are not met.


### Version 0.7.2
- Fix: removed (broken) logging redirect (will be handled by the runtime instead)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contactsoftware-functions"
version = "0.8.0.dev2"
version = "0.8.0"
readme = "README.md"

license = "MIT"
Expand Down

0 comments on commit 0b88fb0

Please sign in to comment.