Skip to content

Commit ca3121d

Browse files
committed
chore: update badges in readme
1 parent 5b0f62e commit ca3121d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.2.0 (2024-04-12)
3+
## 0.2.0 (2024-04-14)
44

55
* Added an `init` command to the CLI.
66
* Added support for on-chain accounts.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Miden client
22

3-
<a href="https://github.com/0xPolygonMiden/miden-node/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
4-
<a href="https://github.com/0xPolygonMiden/miden-client/actions/workflows/ci.yml"><img src="https://github.com/0xPolygonMiden/miden-client/actions/workflows/ci.yml/badge.svg?branch=main"></a>
5-
<a href="https://crates.io/crates/miden-client"><img src="https://img.shields.io/crates/v/miden-client"></a>
3+
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/0xPolygonMiden/miden-client/blob/main/LICENSE)
4+
[![CI](https://github.com/0xPolygonMiden/miden-client/actions/workflows/ci.yml/badge.svg)](https://github.com/0xPolygonMiden/miden-clinet/actions/workflows/ci.yml)
5+
[![RUST_VERSION](https://img.shields.io/badge/rustc-1.77+-lightgray.svg)]()
6+
[![crates.io](https://img.shields.io/crates/v/miden-client)](https://crates.io/crates/miden-client)
67

78
This repository contains the Miden client, which provides a way to execute and prove transactions, facilitating the interaction with the Miden rollup.
89

0 commit comments

Comments
 (0)