diff --git a/.unicornfig.yml b/.unicornfig.yml index e62f062..391f80d 100644 --- a/.unicornfig.yml +++ b/.unicornfig.yml @@ -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.4" +version: "0.0.5" githubName: "HPI-de/hpi-cloud-apis" diff --git a/CHANGELOG.md b/CHANGELOG.md index e03340c..bdf759c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.0.5] - 2019-08-18 +### BREAKING CHANGES +- **course:** make CourseSeries more strict +- **course:** make CourseDetail teletask + description optional +- **food:** add details to substitution +- **food:** support different prices for different customers +- **news:** rename Source, Category, Tag name to title +- **news:** make Article.view_count nullable +- **news:** rename remaining site occurrences to source +- **news:** make Semester.year an int32 + +### Added +- **common:** add Image.aspect_ratio +- **myhpi:** add Action.icon + +### Documentation +- **myhpi:** document that Action.Text.content can be HTML +- **food:** remove unnecessary optional comments + ## [0.0.4] - 2019-08-12 ### Added - add documentation on how to generate Dart code @@ -42,7 +61,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.4...dev +[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.5...dev +[0.0.5]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.4...0.0.5 [0.0.4]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.3...0.0.4 [0.0.3]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/HPI-de/hpi-cloud-apis/compare/0.0.1...0.0.2 diff --git a/build.gradle b/build.gradle index a9370d2..ba749a1 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ ext { githubReleaseNotes = 'CHANGELOG.md' allLicenses = ["Apache-2.0"] - libraryVersion = "0.0.4" + libraryVersion = "0.0.5" } task sourcesJar(type: Jar, dependsOn: classes) {