Projects STRLCPY termdash Commits fe3e9735
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■
    .travis.yml
    1 1  language: go
    2 2  go:
    3  - - 1.11.x
    4  - - 1.12.x
    5  - - 1.13.x
     3 + - 1.14.x
     4 + - 1.15.x
    6 5   - stable
    7 6  script:
    8 7   - go get -t ./...
    skipped 11 lines
  • ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 6 lines
    7 7   
    8 8  ## [Unreleased]
    9 9   
     10 +## [0.12.2] - 31-Aug-2020
     11 + 
     12 +### Fixed
     13 + 
     14 +- advanced the CI Go versions up to Go 1.15.
     15 +- fixed the build status badge to correctly point to travis-ci.com instead of
     16 + travis-ci.org.
     17 + 
    10 18  ## [0.12.1] - 20-Jun-2020
    11 19   
    12 20  ### Fixed
    skipped 320 lines
    333 341  - The Gauge widget.
    334 342  - The Text widget.
    335 343   
    336  -[unreleased]: https://github.com/mum4k/termdash/compare/v0.12.1...devel
     344 +[unreleased]: https://github.com/mum4k/termdash/compare/v0.12.2...devel
     345 +[0.12.2]: https://github.com/mum4k/termdash/compare/v0.12.1...v0.12.2
    337 346  [0.12.1]: https://github.com/mum4k/termdash/compare/v0.12.0...v0.12.1
    338 347  [0.12.0]: https://github.com/mum4k/termdash/compare/v0.11.0...v0.12.0
    339 348  [0.11.0]: https://github.com/mum4k/termdash/compare/v0.10.0...v0.11.0
    skipped 14 lines
  • ■ ■ ■ ■
    README.md
    1 1  [![Doc Status](https://godoc.org/github.com/mum4k/termdash?status.png)](https://godoc.org/github.com/mum4k/termdash)
    2  -[![Build Status](https://travis-ci.org/mum4k/termdash.svg?branch=master)](https://travis-ci.org/mum4k/termdash)
     2 +[![Build Status](https://travis-ci.com/mum4k/termdash.svg?branch=master)](https://travis-ci.com/mum4k/termdash)
    3 3  [![Sourcegraph](https://sourcegraph.com/github.com/mum4k/termdash/-/badge.svg)](https://sourcegraph.com/github.com/mum4k/termdash?badge)
    4 4  [![Coverage Status](https://coveralls.io/repos/github/mum4k/termdash/badge.svg?branch=master)](https://coveralls.io/github/mum4k/termdash?branch=master)
    5 5  [![Go Report Card](https://goreportcard.com/badge/github.com/mum4k/termdash)](https://goreportcard.com/report/github.com/mum4k/termdash)
    skipped 211 lines
Please wait...
Page is in error, reload to recover