Skip to content

Commit

Permalink
chore(release): 0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Sep 22, 2024
1 parent 814f85b commit 5d66cd1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Release Notes
---

## [0.40.0](https://github.com/substrait-io/substrait-java/compare/v0.39.0...v0.40.0) (2024-09-22)

### ⚠ BREAKING CHANGES

* IntervalDay now has "subsecond" and "precision" fields instead
of "microseconds". Old protobufs should be still read correctly.

### Features

* support new IntervalCompound and updated IntervalDay types ([#288](https://github.com/substrait-io/substrait-java/issues/288)) ([e24ce6f](https://github.com/substrait-io/substrait-java/commit/e24ce6f3288f247c80f8162135ee4feddd705ff3))

## [0.39.0](https://github.com/substrait-io/substrait-java/compare/v0.38.1...v0.39.0) (2024-09-01)

### Features
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sparkbundle.version=3.4
spark.version=3.4.2

#version that is going to be updated automatically by releases
version = 0.39.0
version = 0.40.0

#signing
SIGNING_KEY_ID = 193EAE47
Expand Down

0 comments on commit 5d66cd1

Please sign in to comment.