Commit df107b0730f962fe01f9560a991b637c0b6fb611

Authored by Geoffrey Hunter
1 parent 36fbaaa1

Fixed link to TravisCI image in README. Updated files in preparation for release of v2.0.1.

Showing 2 changed files with 9 additions and 3 deletions
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6 6
7 ## [Unreleased] 7 ## [Unreleased]
8 8
  9 +## [v2.0.1]
  10 +
  11 +### Fixed
  12 +- Fixed link to TravisCI image in README.
  13 +
9 ## [v2.0.0] 14 ## [v2.0.0]
10 15
11 ### Added 16 ### Added
@@ -30,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. @@ -30,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
30 ### Added 35 ### Added
31 - Initial commit. serial-port-cpp library has basic functions up and running. 36 - Initial commit. serial-port-cpp library has basic functions up and running.
32 37
33 -[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.0...HEAD 38 +[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.1...HEAD
  39 +[v2.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.1...v2.0.0
34 [v2.0.0]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.0...v1.0.1 40 [v2.0.0]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.0...v1.0.1
35 [v1.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v1.0.1...v1.0.0 41 [v1.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v1.0.1...v1.0.0
36 \ No newline at end of file 42 \ No newline at end of file
README.rst
@@ -6,8 +6,8 @@ CppLinuxSerial @@ -6,8 +6,8 @@ CppLinuxSerial
6 Serial port library written in C++ 6 Serial port library written in C++
7 ---------------------------------- 7 ----------------------------------
8 8
9 -.. image:: https://api.travis-ci.org/gbmhunter/CppLinuxSerial.png?branch=master  
10 - :target: https://travis-ci.org/gbmhunter/CppLinuxSerial 9 +.. image:: https://travis-ci.org/mbedded-ninja/CppLinuxSerial.svg?branch=master
  10 + :target: https://travis-ci.org/mbedded-ninja/CppLinuxSerial
11 11
12 .. role:: bash(code) 12 .. role:: bash(code)
13 :language: bash 13 :language: bash