Skip to content

Commit 324ae7a

Browse files
Merge pull request #39 from blockfrost/release-0.2.1
release: 0.2.1
2 parents d1c7275 + 2f41298 commit 324ae7a

File tree

3 files changed

+30
-14
lines changed

3 files changed

+30
-14
lines changed

.vscode/settings.json

+17-14
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
{
2-
"cSpell.words": [
3-
"Adress",
4-
"Bech",
5-
"blockfrost",
6-
"CARDANO",
7-
"cbor",
8-
"delegators",
9-
"ipfs",
10-
"Nutlink",
11-
"reqwest",
12-
"UTXO",
13-
"utxos"
14-
]
15-
}
2+
"cSpell.words": [
3+
"Adress",
4+
"Bech",
5+
"blockfrost",
6+
"CARDANO",
7+
"cbor",
8+
"delegators",
9+
"deregistration",
10+
"ipfs",
11+
"Lovelaces",
12+
"Nutlink",
13+
"redemeers",
14+
"reqwest",
15+
"UTXO",
16+
"utxos"
17+
]
18+
}

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
## 0.2.1 - 2023-05-02
11+
112
### Changed
213

314
`use_previewnet` -> `use_preview`

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "blockfrost"
33
version = "0.2.1"
44
edition = "2021"
5+
keywords = ["blockfrost", "blockchain", "cardano", "ipfs", "nft", "rust"]
6+
categories = ["cardano", "ipfs", "nft", "blockchain"]
57
description = "A Rust SDK for Blockfrost.io API"
68
license = "Apache-2.0"
79
repository = "https://github.com/blockfrost/blockfrost-rust"

0 commit comments

Comments
 (0)