Skip to content

Commit 0edf45a

Browse files
committed
changed the ver and updated the changelog
1 parent 56b0b6b commit 0edf45a

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

doc/changes/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
* [unreleased](unreleased.md)
4-
* [0.3.1](changes_0.3.1.md)
4+
* [0.4.0](changes_0.4.0.md)
55
* [0.3.0](changes_0.3.0.md)
66
* [0.2.0](changes_0.2.0.md)
77
* [0.1.0](changes_0.1.0.md)

doc/changes/changes_0.3.1.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

doc/changes/changes_0.4.0.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# UDF Mock Python 0.4.0, released 2025-02-13
2+
3+
Code name: Dependency update on top of 0.3.0
4+
5+
## Summary
6+
7+
The release replaces dill with inspect for extracting the code from function,
8+
which solves the compatibility issue with the localstack.
9+
10+
11+
### Refactorings
12+
13+
* #61: Remove the dependency on dill.

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 = "exasol-udf-mock-python"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Mocking framework for Exasol Python UDFs"
55

66
license = "MIT"

0 commit comments

Comments
 (0)