From 96f4fa03b8adc7bff829d77c59ae34119a11946e Mon Sep 17 00:00:00 2001
From: Hugues de Valon <hugues.devalon@arm.com>
Date: Thu, 18 Mar 2021 14:54:25 +0000
Subject: [PATCH] Prepare for version 0.12.0

Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
---
 Cargo.toml |  2 +-
 README.md  | 13 ++++++++-----
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 037c872..b61d5b8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ edition = "2018"
 documentation = "https://docs.rs/crate/parsec-client"
 
 [dependencies]
-parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs", rev = "b7953ce69e27380df441d99749d4714108967235" }
+parsec-interface = "0.24.0"
 num = "0.3.0"
 log = "0.4.11"
 derivative = "2.1.1"
diff --git a/README.md b/README.md
index 83ebfec..7e7924a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,10 @@
-<!--
-  -- Copyright 2020 Contributors to the Parsec project. 
-  -- SPDX-License-Identifier: Apache-2.0
---->
 # Parsec Rust Client
 
+<p align="center">
+  <a href="https://crates.io/crates/parsec-client"><img alt="Crates.io" src="https://img.shields.io/crates/v/parsec-client"></a>
+  <a href="https://docs.rs/parsec-client"><img src="https://docs.rs/parsec-client/badge.svg" alt="Code documentation"/></a>
+</p>
+
 This repository contains a Rust client for consuming the API provided by the [Parsec service](https://github.com/parallaxsecond/parsec).
 The low-level functionality that this library uses for IPC is implemented in the [interface crate](https://github.com/parallaxsecond/parsec-interface-rs).
 
@@ -20,5 +21,7 @@ The software is provided under Apache-2.0. Contributions to this project are acc
 
 ## Contributing
 
-Please check the [**Contribution Guidelines**](https://parallaxsecond.github.io/parsec-book/contributing.html)
+Please check the [**Contribution Guidelines**](https://parallaxsecond.github.io/parsec-book/contributing/index.html)
 to know more about the contribution process.
+
+*Copyright 2020 Contributors to the Parsec project.*