Skip to content

Commit

Permalink
release: 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Nov 20, 2024
1 parent 9084df4 commit a838f64
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 1.0.4 - 2023-11-20

### Fixed

- Off-by-one when using Pagination::all(). Thanks [SupernaviX](https://github.com/SupernaviX)

## 1.0.3 - 2023-10-05

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blockfrost"
version = "1.0.3"
version = "1.0.4"
edition = "2021"
keywords = ["blockfrost", "blockchain", "cardano", "ipfs", "nft"]
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies"]
Expand All @@ -14,11 +14,11 @@ blockfrost-openapi = "0.1.69"
futures = "0.3.31"
futures-timer = "3.0.3"
reqwest = { version = "0.12.9", default-features = false, features = [
"http2",
"charset",
"macos-system-configuration",
"multipart",
"json",
"http2",
"charset",
"macos-system-configuration",
"multipart",
"json",
] }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.128"
Expand Down

0 comments on commit a838f64

Please sign in to comment.