From 9964686b2e8c5d06b71a694d6511cb9469cc2350 Mon Sep 17 00:00:00 2001 From: Runji Wang Date: Fri, 1 Dec 2023 14:18:51 +0800 Subject: [PATCH] bump version and update changelog Signed-off-by: Runji Wang --- java/udf/CHANGELOG.md | 6 +++++- src/udf/python/CHANGELOG.md | 6 ++++++ src/udf/python/pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/java/udf/CHANGELOG.md b/java/udf/CHANGELOG.md index 5f46b7ae339b5..48f2b014271a7 100644 --- a/java/udf/CHANGELOG.md +++ b/java/udf/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.1] - 2023-11-28 +## [0.1.1] - 2023-12-01 ### Added @@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump Arrow version to 14. +### Fixed + +- Fix unconstrained decimal type. + ## [0.1.0] - 2023-09-01 - Initial release. \ No newline at end of file diff --git a/src/udf/python/CHANGELOG.md b/src/udf/python/CHANGELOG.md index e035aab4ebb9e..9255d727c1e1d 100644 --- a/src/udf/python/CHANGELOG.md +++ b/src/udf/python/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2023-12-01 + +### Fixed + +- Fix unconstrained decimal type. + ## [0.0.12] - 2023-11-28 ### Changed diff --git a/src/udf/python/pyproject.toml b/src/udf/python/pyproject.toml index 67d17db55dadc..97003bc29157a 100644 --- a/src/udf/python/pyproject.toml +++ b/src/udf/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "risingwave" -version = "0.0.12" +version = "0.1.0" authors = [{ name = "RisingWave Labs" }] description = "RisingWave Python API" readme = "README.md"