From 42244b1121c68ce86f757e35fabdaae0792185a5 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Wed, 12 Sep 2018 14:06:27 -0700 Subject: Update README [skip ci] --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e65edf5..a2d3649 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,25 @@ -# Driver Core Library [![Build Status](https://travis-ci.com/drivergroup/driver-core.svg?token=S4oyfBY3YoEdLmckujJx&branch=master)](https://travis-ci.com/drivergroup/driver-core) +---- + +Notice: the master branch is for development work on the **upcoming +2.0 release**, which is still unstable. Any changes to a previous +version of core should be developed against master and then +cherry-picked onto the [1.x +branch](https://github.com/drivergroup/driver-core/tree/1.x). + +---- + +# Driver Core Library for Scala Services [![Build Status](https://travis-ci.com/drivergroup/driver-core.svg?token=S4oyfBY3YoEdLmckujJx&branch=master)](https://travis-ci.com/drivergroup/driver-core) + +Multi-cloud utilities and application initialization framework. + +This library offers many common utilities for building applications +that run on multiple environments, including Google Cloud, Ali Cloud, +and of course on development machines. + + +# Overview + +*This section applies to the 1.x series of core. The current development master branch may include changes not described here.* Core library is used to provide ways to implement practices established in [Driver service template](http://github.com/drivergroup/driver-template) (check its [README.md](https://github.com/drivergroup/driver-template/blob/master/README.md)). -- cgit v1.2.3