git » systemd » commit c26a65e

README: Update API status and add CI link

author Alberto Bertogli
2020-05-28 20:45:25 UTC
committer Alberto Bertogli
2020-05-28 20:45:25 UTC
parent 2a24dc2c809fb7f29837c02af002edb563beed04

README: Update API status and add CI link

This patch updates the API status section: now that modules is
supported, there is no reason to use the v1 branch.

While at it, also add the CI link for convenience.

README.md +3 -4

diff --git a/README.md b/README.md
index 8ee2015..bc18b79 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 # blitiri.com.ar/go/systemd
 
 [![GoDoc](https://godoc.org/blitiri.com.ar/go/systemd?status.svg)](https://godoc.org/blitiri.com.ar/go/systemd)
+[![Build Status](https://travis-ci.org/albertito/systemd.svg?branch=master)](https://travis-ci.org/albertito/systemd)
 
 [systemd](https://godoc.org/blitiri.com.ar/go/systemd) is a Go package
 implementing a way to get network listeners from systemd, similar
@@ -27,10 +28,8 @@ for _, l := range listeners["service.socket"] {
 
 ## Status
 
-The API should be considered stable.
-
-Branch v1 will only have backwards-compatible changes made to it.
-There are no plans for v2 at the moment.
+The API should be considered stable, and no backwards-incompatible changes are
+expected.
 
 
 ## Contact