Skip to content

Commit

Permalink
Update CHANGELOG for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
peplin committed Oct 13, 2015
1 parent 0bbf697 commit 0333ff2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.mkd
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# OpenXC Android Library Changelog

## v6.1.6-dev
## v6.1.6

* Fix: Add exported=True option to VehicleService so it is accessible from
external apps (thanks @arunganesan).

## v6.1.5

Expand Down
3 changes: 1 addition & 2 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ The project requires Android Studio and is configured to build with Gradle.

## Releasing the App and Library

* Bump the major, minor or patch version in `build.gradle`.
* Update `CHANGELOG.mkd`.
* UPdate `enabler/src/main/play/en-US/whatsnew`
* Update `enabler/src/main/play/en-US/whatsnew`
* Merge into `master`, run `fab release` which will tag and push to GitHub.
* Travis CI will take care of the rest.
* Check out `next`, bump the version in `build.grade` to the next release.
Expand Down
3 changes: 1 addition & 2 deletions enabler/src/main/play/en-US/whatsnew
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
* Minor performance improvement when notifying message listeners.
* Built against new Android Studio-compatible version of the OpenXC library.
* Properly export VehicleService for use by external apps.

0 comments on commit 0333ff2

Please sign in to comment.