Skip to content

Commit c254a8d

Browse files
committed
release: 1.0.1
1 parent e7ff8a8 commit c254a8d

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
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.1 - 2023-01-01
11+
12+
### Fixed
13+
14+
- Return types for asset and tx endpoints
15+
1016
## 1.0.0 - 2023-12-18
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blockfrost"
3-
version = "1.0.0"
3+
version = "1.0.1"
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.0"
38+
blockfrost = "1.0.1"
3939
```
4040

4141
## Examples

0 commit comments

Comments
 (0)