Skip to content

Commit dfdedb2

Browse files
author
Jens Kürten
committed
0.10.0
1 parent 5ffcb68 commit dfdedb2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/release_notes.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Version 0.10.0:
2+
- Feature: Added development server that can be used to run Functions locally for testing and development.
3+
14
### Version 0.9.0:
25
- 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.
36

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.11.0.dev1"
3+
version = "0.10.0"
44
readme = "README.md"
55

66
license = "MIT"

0 commit comments

Comments
 (0)