This repository was archived by the owner on Feb 1, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22unicornVersion : " 0.0.1"
33type : " OTHER"
44name : " hpi-cloud-apis"
5- description : " This repository contains the original interface definitions of public\
5+ description :
6+ " This repository contains the original interface definitions of public\
67 \ HPI Cloud APIs that support the gRPC protocol. Reading the original interface\
78 \ definitions can provide a better understanding of HPI Cloud APIs and help you\
89 \ to utilize them more efficiently. You can also use these definitions with open\
910 \ source tools to generate client libraries, documentation, and other artifacts."
10- version : " 0.0.13 "
11+ version : " 0.0.14 "
1112githubName : " HPI-de/hpi-cloud-apis"
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1818
1919## [ Unreleased]
2020
21+ ## [ 0.0.14] - 2020-02-20
22+ ### Added
23+ - ** feat:** add counter entity & offer_title to MenuItem
24+ - ** sudo:** add service for retrieving generic data from our DB
25+
2126## [ 0.0.13] - 2019-12-20
2227### Added
2328- ** club:** add service for retrieving HPI student clubs
@@ -103,7 +108,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
103108Initial release with NewsService.
104109
105110
106- [ Unreleased ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.13...dev
111+ [ Unreleased ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.14...dev
112+ [ 0.0.14 ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.13...0.0.14
107113[ 0.0.13 ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.12...0.0.13
108114[ 0.0.12 ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.11...0.0.12
109115[ 0.0.11 ] : https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.10...0.0.11
Original file line number Diff line number Diff line change 3535 githubReleaseNotes = ' CHANGELOG.md'
3636 allLicenses = [" Apache-2.0" ]
3737
38- libraryVersion = " 0.0.13 "
38+ libraryVersion = " 0.0.14 "
3939}
4040
4141task sourcesJar (type : Jar , dependsOn : classes) {
You can’t perform that action at this time.
0 commit comments