Skip to content

Commit e17bdfc

Browse files
Merge pull request #57 from blockfrost/release-1.0.6
release: 1.0.6
2 parents 2e39495 + 9805a63 commit e17bdfc

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
## 1.0.5 - 2023-11-20
10+
## 1.0.6 - 2025-07-03
11+
12+
## Changed
13+
14+
- blockfrost-openapi 0.1.75
15+
16+
## Added
17+
18+
- Posibility to change the base url
19+
20+
## 1.0.5 - 2025-11-20
1121

1222
## Fixed
1323

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blockfrost"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
edition = "2021"
55
keywords = ["blockfrost", "blockchain", "cardano", "ipfs", "nft"]
66
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies"]
@@ -10,7 +10,7 @@ repository = "https://github.com/blockfrost/blockfrost-rust"
1010
homepage = "https://blockfrost.io"
1111

1212
[dependencies]
13-
blockfrost-openapi = "0.1.69"
13+
blockfrost-openapi = "0.1.75"
1414
futures = "0.3.31"
1515
futures-timer = "3.0.3"
1616
reqwest = { version = "0.12.9", default-features = false, features = [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ and create a new project to receive an API key.
3535
Add to your project's `Cargo.toml`:
3636

3737
```toml
38-
blockfrost = "1.0.5"
38+
blockfrost = "1.0.6"
3939
```
4040

4141
## Examples

0 commit comments

Comments
 (0)