Skip to content

Commit 0b88fb0

Browse files
author
Jens Kürten
committed
0.8.0
1 parent 49c7955 commit 0b88fb0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/release_notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### Version 0.8.0:
2+
3+
- 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.
4+
5+
- 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.
6+
7+
18
### Version 0.7.2
29
- Fix: removed (broken) logging redirect (will be handled by the runtime instead)
310

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "contactsoftware-functions"
3-
version = "0.8.0.dev2"
3+
version = "0.8.0"
44
readme = "README.md"
55

66
license = "MIT"

0 commit comments

Comments
 (0)