Skip to content

Commit a9dc6f8

Browse files
committed
Prepare for next development iteration
1 parent a4e7987 commit a9dc6f8

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ kotlin.parallel.tasks.in.project=true
2323
# This is version for Calcite Avatica itself
2424
# Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts
2525
# Release version can be generated by using -Prelease or -Prc=<int> arguments
26-
calcite.avatica.version=1.26.0
26+
calcite.avatica.version=1.27.0
2727

2828
# The options below configures the use of local clone (e.g. testing development versions)
2929
# You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=<path>

site/_docs/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For a full list of releases, see
2828
Downloads are available on the
2929
[downloads page]({{ site.baseurl }}/downloads/avatica.html).
3030

31-
## <a href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.26.0">1.26.0</a> / 2025-02-XX
31+
## <a href="https://github.com/apache/calcite-avatica/releases/tag/rel/avatica-1.26.0">1.26.0</a> / 2025-02-24
3232
{: #v1-26-0}
3333

3434
Avatica 1.26.0 contains bug fixes, dependency upgrades and support for JDK 23 and Gradle 8.7.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: news_item
3+
date: "2025-02-24 05:40:00 +0000"
4+
author: francischuang
5+
version: 1.26.0
6+
categories: [release]
7+
tag: v1-26-0
8+
sha: a4e7987
9+
component: avatica
10+
---
11+
<!--
12+
{% comment %}
13+
Licensed to the Apache Software Foundation (ASF) under one or more
14+
contributor license agreements. See the NOTICE file distributed with
15+
this work for additional information regarding copyright ownership.
16+
The ASF licenses this file to you under the Apache License, Version 2.0
17+
(the "License"); you may not use this file except in compliance with
18+
the License. You may obtain a copy of the License at
19+
20+
http://www.apache.org/licenses/LICENSE-2.0
21+
22+
Unless required by applicable law or agreed to in writing, software
23+
distributed under the License is distributed on an "AS IS" BASIS,
24+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25+
See the License for the specific language governing permissions and
26+
limitations under the License.
27+
{% endcomment %}
28+
-->
29+
30+
Avatica 1.26.0 contains bug fixes, dependency upgrades and support for JDK 23 and Gradle 8.7.
31+
32+
See the list of
33+
[bug fixes and new features]({{ site.baseurl }}/docs/history.html#v1-26-0)
34+
for more information.

0 commit comments

Comments
 (0)