Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/0.0.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Oct 5, 2019
2 parents d12d722 + e565fae commit e9cc30c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .unicornfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ description: "This repository contains the original interface definitions of pub
\ definitions can provide a better understanding of HPI Cloud APIs and help you\
\ to utilize them more efficiently. You can also use these definitions with open\
\ source tools to generate client libraries, documentation, and other artifacts."
version: "0.0.9"
version: "0.0.10"
githubName: "HPI-de/hpi-cloud-apis"
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [0.0.10] - 2019-10-05
### BREAKING CHANGES
- **myhpi:** make Action.icon a binary png

## [0.0.9] - 2019-10-04
### BREAKING CHANGES
- **myhpi:** make InfoBit.description plain text
- **myhpi:** make Action.icon a binary png

### Added
- **myhpi:** add InfoBit.content
Expand Down Expand Up @@ -88,7 +91,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
Initial release with NewsService.


[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.9...dev
[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.10...dev
[0.0.10]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.9...0.0.10
[0.0.9]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.8...0.0.9
[0.0.8]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.7...0.0.8
[0.0.7]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.6...0.0.7
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {
githubReleaseNotes = 'CHANGELOG.md'
allLicenses = ["Apache-2.0"]

libraryVersion = "0.0.9"
libraryVersion = "0.0.10"
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down
4 changes: 2 additions & 2 deletions hpi/cloud/myhpi/v1test/info_bit.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ message Action {
// Required. The title.
string title = 2;

// The URL pointing to an icon.
string icon = 3;
// A grayscale png-image (approx. 48x48 pixels). May contain transparency.
bytes icon = 3;

oneof type {
LinkAction link = 4;
Expand Down

0 comments on commit e9cc30c

Please sign in to comment.