From 17db7c8fd3228ef39490a7d606aa35a2566c2b4a Mon Sep 17 00:00:00 2001 From: jingshi-ant <124752045+jingshi-ant@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:08:02 +0800 Subject: [PATCH] change version info to 0.9.4dev (#498) --- CHANGELOG.md | 8 ++++++++ MODULE.bazel | 2 +- version.txt | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae124c0..a663f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Staging +### Added + +### Changed + +### Fixed + +## [0.9.3] - 2025-03-07 + ### Added - Support for datasource `Doris 2.1.7`. - Support `PERCENT_RANK` window function. diff --git a/MODULE.bazel b/MODULE.bazel index 55cc45a..9a86d3c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -14,7 +14,7 @@ module( name = "scql", - version = "0.9.3dev", + version = "0.9.4dev", compatibility_level = 1, ) diff --git a/version.txt b/version.txt index 6f3f5eb..1519eed 100644 --- a/version.txt +++ b/version.txt @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = "0.9.3dev" +version = "0.9.4dev"