Skip to content

Commit

Permalink
change version info to 0.9.4dev (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingshi-ant authored Mar 7, 2025
1 parent c7e1646 commit 17db7c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module(
name = "scql",
version = "0.9.3dev",
version = "0.9.4dev",
compatibility_level = 1,
)

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 17db7c8

Please sign in to comment.