Skip to content

Commit

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

## Unreleased

## 1.0.4 - 2023-11-20
## 1.0.5 - 2023-11-20

### Fixed
## Fixed

- Readme version

## 1.0.4 - 2023-11-20

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

## Added
- Transactions cbor by @SupernaviX in https://github.com/blockfrost/blockfrost-rust/pull/51

## Changed
- Rate limit handling by @SupernaviX in https://github.com/blockfrost/blockfrost-rust/pull/52

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blockfrost"
version = "1.0.4"
version = "1.0.5"
edition = "2021"
keywords = ["blockfrost", "blockchain", "cardano", "ipfs", "nft"]
categories = ["api-bindings", "asynchronous", "cryptography::cryptocurrencies"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and create a new project to receive an API key.
Add to your project's `Cargo.toml`:

```toml
blockfrost = "1.0.4"
blockfrost = "1.0.5"
```

## Examples
Expand Down

0 comments on commit bc85757

Please sign in to comment.