From df107b0730f962fe01f9560a991b637c0b6fb611 Mon Sep 17 00:00:00 2001 From: Geoffrey Hunter Date: Mon, 27 Nov 2017 12:18:01 -0800 Subject: [PATCH] Fixed link to TravisCI image in README. Updated files in preparation for release of v2.0.1. --- CHANGELOG.md | 8 +++++++- README.rst | 4 ++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 926e6a1..a849236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v2.0.1] + +### Fixed +- Fixed link to TravisCI image in README. + ## [v2.0.0] ### Added @@ -30,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial commit. serial-port-cpp library has basic functions up and running. -[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.1...HEAD +[v2.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.1...v2.0.0 [v2.0.0]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.0...v1.0.1 [v1.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v1.0.1...v1.0.0 \ No newline at end of file diff --git a/README.rst b/README.rst index a996c2a..4fdb09d 100644 --- a/README.rst +++ b/README.rst @@ -6,8 +6,8 @@ CppLinuxSerial Serial port library written in C++ ---------------------------------- -.. image:: https://api.travis-ci.org/gbmhunter/CppLinuxSerial.png?branch=master - :target: https://travis-ci.org/gbmhunter/CppLinuxSerial +.. image:: https://travis-ci.org/mbedded-ninja/CppLinuxSerial.svg?branch=master + :target: https://travis-ci.org/mbedded-ninja/CppLinuxSerial .. role:: bash(code) :language: bash -- libgit2 0.21.4