Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 9bab7c4

Browse files
committed
build: release 0.15.0
Signed-off-by: Lalith Suresh <[email protected]>
1 parent 561ff8d commit 9bab7c4

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog
22

3-
## Ongoing: Release 0.15.0
3+
## Ongoing: release 0.16.0
44

5+
## July 18, 2022: Release 0.15.0
6+
7+
* Issues fixed:
8+
* Bump calcite to version 1.30.0.
59

610
## July 18, 2022: Release 0.14.0
711
* Public API changes:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ To use DCM from a Maven-based project, use the following dependency:
5151
<dependency>
5252
<groupId>com.vmware.dcm</groupId>
5353
<artifactId>dcm</artifactId>
54-
<version>0.14.0</version>
54+
<version>0.15.0</version>
5555
</dependency>
5656
```
5757

5858
To use within a Gradle-based project:
5959

6060
```
61-
implementation 'com.vmware.dcm:dcm:0.14.0'
61+
implementation 'com.vmware.dcm:dcm:0.15.0'
6262
```
6363

6464
### Pre-requisites for use

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dcmLibrarySourceLevel = 11
22
dcmGroupId = com.vmware.dcm
33
dcmArtifactId = dcm
4-
dcmVersion = 0.15.0-SNAPSHOT
4+
dcmVersion = 0.15.0
55

66
## Dependency versions
77

0 commit comments

Comments
 (0)