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

Commit

Permalink
docs: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jul 5, 2019
1 parent 192a638 commit ed7c98a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 11 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ script:
./hpi/**/*.proto
- ./gradlew assemble

# jobs:
# include:
# - stage: compile
# - stage: deploy

# stages:
# - compile
# - name: deploy
# if: tag IS present

deploy:
- provider: script
script: ./gradlew bintrayUpload
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


<!-- Template:
## [Unreleased] - 2019-xx-xx
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
-->

## [Unreleased]


## 0.0.1 - 2019-07-05
Initial release with NewsService.


[Unreleased]: https://github.com/HPI-de/hpi-cloud-apis/compare/v0.0.1...dev
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# hpi-cloud-apis

[![Build Status](https://travis-ci.com/HPI-de/hpi-cloud-apis.svg?branch=dev)](https://travis-ci.com/HPI-de/hpi-cloud-apis)
[![Download](https://api.bintray.com/packages/hpi/hpi-cloud-mvn/hpi-cloud/images/download.svg)](https://bintray.com/hpi/hpi-cloud-mvn/hpi-cloud/_latestVersion)

This repository contains the original interface definitions of public HPI Cloud APIs that support the gRPC protocol. Reading the original interface 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.


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.1-test.1"
libraryVersion = "0.0.1"
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit ed7c98a

Please sign in to comment.