Skip to content

Commit b182bf4

Browse files
authored
chore: release 0.2.0 (#8)
1 parent 7a61d18 commit b182bf4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.0](https://www.github.com/contiamo/datahub-sap-hana/compare/v0.1.2...v0.2.0) (2022-01-19)
4+
5+
6+
### Features
7+
8+
* create docker image and related ci/cd workflow ([7a61d18](https://www.github.com/contiamo/datahub-sap-hana/commit/7a61d18b4d6138ee20082885ed26e183f02908cc))
9+
10+
11+
### Bug Fixes
12+
13+
* support installation on Mac M1 ([#7](https://www.github.com/contiamo/datahub-sap-hana/issues/7)) ([7a61d18](https://www.github.com/contiamo/datahub-sap-hana/commit/7a61d18b4d6138ee20082885ed26e183f02908cc))
14+
15+
16+
### Miscellaneous
17+
18+
* add information about glcoud auth for docker ([7012614](https://www.github.com/contiamo/datahub-sap-hana/commit/7012614ae6fc264e3bbacfbda841e812ec21d7b3))
19+
* add unit testing ([#4](https://www.github.com/contiamo/datahub-sap-hana/issues/4)) ([5dfbab3](https://www.github.com/contiamo/datahub-sap-hana/commit/5dfbab3af5b9a9531b84265fcb62dddeb6e0be85))
20+
321
### [0.1.2](https://www.github.com/contiamo/datahub-sap-hana/compare/v0.1.1...v0.1.2) (2022-01-17)
422

523

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "datahub-sap-hana"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
description = "Linkedin DataHub ingestion source for SAP Hana"
55
authors = ["Contiamo <[email protected]>"]
66

0 commit comments

Comments
 (0)