Skip to content

Commit 25788a2

Browse files
committed
bump to 1.7.1 for a release of more performance improvements
Signed-off-by: R. Tyler Croy <rtyler@buoyantdata.com>
1 parent e1fd004 commit 25788a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
resolver = "3"
88

99
[workspace.package]
10-
version = "1.7.0"
10+
version = "1.7.1"
1111
edition = "2024"
1212
keywords = ["deltalake", "parquet", "lambda", "delta", "sqs"]
1313
homepage = "https://github.com/buoyant-data/oxbow"

ci/build-release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ fi;
1414

1515
. venv/bin/activate
1616

17-
#PLATFORMS=("x86-64" "arm64")
18-
PLATFORMS=("x86-64")
17+
PLATFORMS=("x86-64" "arm64")
18+
#PLATFORMS=("x86-64")
1919

2020
for d in $(ls ./lambdas); do
2121
if [ ! -d "./lambdas/${d}" ]; then

0 commit comments

Comments
 (0)