Skip to content

Commit bc85757

Browse files
committed
release: 1.0.5
1 parent f202331 commit bc85757

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,23 @@ 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
10+
## 1.0.5 - 2023-11-20
1111

12-
### Fixed
12+
## Fixed
1313

14+
- Readme version
15+
16+
## 1.0.4 - 2023-11-20
17+
18+
## Fixed
1419
- Off-by-one when using Pagination::all(). Thanks [SupernaviX](https://github.com/SupernaviX) 💖
1520

21+
## Added
22+
- Transactions cbor by @SupernaviX in https://github.com/blockfrost/blockfrost-rust/pull/51
23+
24+
## Changed
25+
- Rate limit handling by @SupernaviX in https://github.com/blockfrost/blockfrost-rust/pull/52
26+
1627
## 1.0.3 - 2023-10-05
1728

1829
### 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blockfrost"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
edition = "2021"
55
keywords = ["blockfrost", "blockchain", "cardano", "ipfs", "nft"]
66
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies"]

README.md

+1-1
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.4"
38+
blockfrost = "1.0.5"
3939
```
4040

4141
## Examples

0 commit comments

Comments
 (0)