Skip to content

Commit ac5d301

Browse files
author
Jens Kürten
committed
0.9.0
1 parent 35d68ec commit ac5d301

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/release_notes.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### Version 0.9.0:
2+
- Feature: Added new "Create Check" and "Modify Check" events for Documents, Parts and Engineering Changes, which are triggered before an object is created or modified and allow the creation or modification to be aborted by returning an Action.
3+
4+
### Version 0.8.4:
5+
- Add MyPy support
6+
17
### Version 0.8.3:
28
- added the fields `short_name`, `application` and `remark` to Material
39

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "contactsoftware-functions"
3-
version = "0.8.3"
3+
version = "0.9.0"
44
readme = "README.md"
55

66
license = "MIT"

0 commit comments

Comments
 (0)