Skip to content

Commit 26f519e

Browse files
authored
Prepared for the release 0.3.0 (#59)
1 parent 90865de commit 26f519e

File tree

5 files changed

+87
-83
lines changed

5 files changed

+87
-83
lines changed

doc/changes/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

33
* [unreleased](unreleased.md)
4+
* [0.3.0](changes_0.3.0.md)
45
* [0.2.0](changes_0.2.0.md)
56
* [0.1.0](changes_0.1.0.md)

doc/changes/changes_0.3.0.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# UDF Mock Python 0.3.0, released 2024-11-15
2+
3+
Code name: Simplified the standalone use.
4+
5+
## Summary
6+
7+
The release fixes a bug and makes the use of the `StandaloneMockContext` easier.
8+
9+
### Bugs
10+
11+
* #55: Fixed bug when creating a `StandaloneMockContext` with empty input list
12+
13+
### Features
14+
15+
* #56: Made `script_code_wrapper_function` parameter of the `MockMetaData` optional.

doc/changes/unreleased.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
1-
# UDF Mock Python tbd released TBD
2-
3-
Code name: tbd
4-
5-
## Summary
6-
7-
### Bugs
8-
9-
* #55: Fixed bug when creating a `StandaloneMockContext` with empty input list
10-
11-
### Features
12-
13-
* #56: Made `script_code_wrapper_function` parameter of the `MockMetaData` optional.
1+
# UDF Mock Python <version TBD>, released <date TBD>

0 commit comments

Comments
 (0)