Skip to content

Commit

Permalink
1.0.19 release (previous 1.0.18) + release notes updated [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
shipkit-org committed Feb 6, 2021
1 parent fb20e88 commit 0973738
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>

#### 1.0.19
- 2021-02-06 - [7 commits](https://github.com/linkedin/coral/compare/v1.0.18...v1.0.19) by 4 authors - published to [![Bintray](https://img.shields.io/badge/Bintray-1.0.19-green.svg)](https://bintray.com/linkedin/maven/coral/1.0.19)
- Commits: [Walaa Eldin Moustafa](https://github.com/wmoustafa) (4), [KAI XU](https://github.com/kxu1026) (1), [Szczepan Faber](https://github.com/mockitoguy) (1), [Łukasz Osipiuk](https://github.com/losipiuk) (1)
- Revert 6432dde990f73821610d6b7e8f8e21d210404750: Migrate to new Shipkit plugin [(#44)](https://github.com/linkedin/coral/pull/44)
- Update Slack invitation link [(#43)](https://github.com/linkedin/coral/pull/43)
- Add CURRENT_TIMESTAMP, CURRENT_DATE function support [(#41)](https://github.com/linkedin/coral/pull/41)
- Add support for Hive current_user function [(#40)](https://github.com/linkedin/coral/pull/40)
- Use Ivy to resolve UDF dependencies; use dynamic class loader to execute UDF type inference [(#37)](https://github.com/linkedin/coral/pull/37)
- Migrated to new Shipkit plugins [(#36)](https://github.com/linkedin/coral/pull/36)
- Use Hive ANTLR grammar to parse HiveQL [(#32)](https://github.com/linkedin/coral/pull/32)

#### 1.0.18
- 2021-01-08 - [2 commits](https://github.com/linkedin/coral/compare/v1.0.17...v1.0.18) by [Carl Steinbach](https://github.com/cwsteinbach) (1), [Lei](https://github.com/autumnust) (1) - published to [![Bintray](https://img.shields.io/badge/Bintray-1.0.18-green.svg)](https://bintray.com/linkedin/maven/coral/1.0.18)
- Ensure field-properties and schema properties being replicated when cloning schema object [(#35)](https://github.com/linkedin/coral/pull/35)
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Version of the produced binaries. This file is intended to be checked-in.
#It will be automatically bumped by release automation.
version=1.0.19
previousVersion=1.0.18
version=1.0.20
previousVersion=1.0.19

0 comments on commit 0973738

Please sign in to comment.