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  
7 7 ## [Unreleased]
8 8  
  9 +## [v2.0.1]
  10 +
  11 +### Fixed
  12 +- Fixed link to TravisCI image in README.
  13 +
9 14 ## [v2.0.0]
10 15  
11 16 ### Added
... ... @@ -30,6 +35,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
30 35 ### Added
31 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 40 [v2.0.0]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.0.0...v1.0.1
35 41 [v1.0.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v1.0.1...v1.0.0
36 42 \ No newline at end of file
... ...
README.rst
... ... @@ -6,8 +6,8 @@ CppLinuxSerial
6 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 12 .. role:: bash(code)
13 13 :language: bash
... ...