Skip to content

Commit

Permalink
Cut 0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisnelson committed Jun 10, 2020
1 parent 7d5b434 commit b086424
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

Version 0.0.8
----------------------------
* Upgrade to latest protolite runtime.
* Build with and target Android 11.

Version 0.0.7
----------------------------
* Upgrade to protolite's new runtime.
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Simple Store

[![Build Status](https://travis-ci.com/uber/simple-store.svg?token=vUDcZtk6T5yr64PuQJP1&branch=master)](https://travis-ci.com/uber/simple-store)
![CI](https://github.com/uber/simple-store/workflows/CI/badge.svg?branch=master)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3000/badge)](https://bestpractices.coreinfrastructure.org/projects/3000)
[![Maven Central](https://img.shields.io/maven-central/v/com.uber.simplestore/simplestore.svg)](https://search.maven.org/artifact/com.uber.simplestore/simplestore)
[![Maven Central](https://img.shields.io/maven-central/v/com.uber.simplestore/simplestore-proto.svg)](https://search.maven.org/artifact/com.uber.simplestore/simplestore-proto)
Expand All @@ -19,9 +18,9 @@ To include in a gradle project, add to your dependencies:

```groovy
dependencies {
implementation 'com.uber.simplestore:simplestore:0.0.7'
implementation 'com.uber.simplestore:simplestore:0.0.8'
// If using protocol buffers, also add:
implementation 'com.uber.simplestore:simplestore-proto:0.0.7'
implementation 'com.uber.simplestore:simplestore-proto:0.0.8'
}
```

Expand Down Expand Up @@ -93,7 +92,7 @@ This model makes deadlock across namespaces impossible, as even a blockingGet ca

## License

Copyright (C) 2019 Uber Technologies
Copyright (C) 2020 Uber Technologies

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ org.gradle.jvmargs=-Xmx1536m
kotlin.code.style=official
android.useAndroidX=true

VERSION_NAME=0.0.7
VERSION_CODE=4
VERSION_NAME=0.0.8
VERSION_CODE=5
GROUP=com.uber.simplestore

POM_DESCRIPTION=A no-frills fast async storage library
Expand Down

0 comments on commit b086424

Please sign in to comment.