Skip to content

Commit a838f64

Browse files
committed
release: 1.0.4
1 parent 9084df4 commit a838f64

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.0.4 - 2023-11-20
11+
12+
### Fixed
13+
14+
- Off-by-one when using Pagination::all(). Thanks [SupernaviX](https://github.com/SupernaviX)
15+
1016
## 1.0.3 - 2023-10-05
1117

1218
### Changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blockfrost"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
edition = "2021"
55
keywords = ["blockfrost", "blockchain", "cardano", "ipfs", "nft"]
66
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies"]
@@ -14,11 +14,11 @@ blockfrost-openapi = "0.1.69"
1414
futures = "0.3.31"
1515
futures-timer = "3.0.3"
1616
reqwest = { version = "0.12.9", default-features = false, features = [
17-
"http2",
18-
"charset",
19-
"macos-system-configuration",
20-
"multipart",
21-
"json",
17+
"http2",
18+
"charset",
19+
"macos-system-configuration",
20+
"multipart",
21+
"json",
2222
] }
2323
serde = { version = "1.0.130", features = ["derive"] }
2424
serde_json = "1.0.128"

0 commit comments

Comments
 (0)