Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
Prepare for 0.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wslulciuc authored Oct 27, 2020
1 parent 4f4d5a5 commit bb12b9c
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased](https://github.com/MarquezProject/marquez-java/compare/0.4.2...HEAD)
## [Unreleased](https://github.com/MarquezProject/marquez-java/compare/0.4.3...HEAD)

## [0.4.3](https://github.com/MarquezProject/marquez-java/compare/0.4.2...0.4.3) 2020-10-27

### Added

Expand All @@ -13,13 +15,13 @@

* Factor out path building logic [@julienledem](https://github.com/julienledem)

## [0.4.2](https://github.com/MarquezProject/marquez-java/compare/0.4.1...0.4.2)
## [0.4.2](https://github.com/MarquezProject/marquez-java/compare/0.4.1...0.4.2) 2020-08-14

### Changed

* Require namespace on all method calls

## [0.4.1](https://github.com/MarquezProject/marquez-java/compare/0.4.0...0.4.1)
## [0.4.1](https://github.com/MarquezProject/marquez-java/compare/0.4.0...0.4.1) 2020-07-24

### Added

Expand All @@ -30,21 +32,21 @@
* `MarquezClient.marRunAs()`
* `MarquezClient.createRun()` with namespace override

## [0.4.0](https://github.com/MarquezProject/marquez-java/compare/0.3.0...0.4.0)
## [0.4.0](https://github.com/MarquezProject/marquez-java/compare/0.3.0...0.4.0) 2020-05-24

### Added

* Tag API
* `DatasetID` and `JobID`
* `Job.latestRun`

## [0.3.0](https://github.com/MarquezProject/marquez-java/compare/0.2.0...0.3.0)
## [0.3.0](https://github.com/MarquezProject/marquez-java/compare/0.2.0...0.3.0) 2020-01-02

### Added

* `Dataset.lastModified` [@soumyasmruti](https://github.com/soumyasmruti)

## [0.2.0](https://github.com/MarquezProject/marquez-java/compare/0.1.0...0.2.0)
## [0.2.0](https://github.com/MarquezProject/marquez-java/compare/0.1.0...0.2.0) 2019-11-12

### Added

Expand Down

0 comments on commit bb12b9c

Please sign in to comment.