Skip to content

Commit

Permalink
chore: Release dolos version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Aug 2, 2024
1 parent 85c4eb7 commit f42fb3e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file.

## [0.14.0] - 2024-08-02

### 🚀 Features

- Add find WAL sequence utility (#317)

### 🐛 Bug Fixes

- *(serve)* Use correct function to filter utxos by asset (#313)
- *(serve)* Skip the first block in the follow-tip grpc API (#298)
- *(serve)* Send reset event on follow-tip intersect (#318)

### ⚙️ Miscellaneous Tasks

- Upgrade Pallas to use u5c v0.8 (#315)

## [0.13.1] - 2024-07-19

### 🐛 Bug Fixes
Expand All @@ -15,6 +31,7 @@ All notable changes to this project will be documented in this file.
### ⚙️ Miscellaneous Tasks

- Use Pallas edge with long address fix (#311)
- Release dolos version 0.13.1

## [0.13.0] - 2024-07-18

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,7 +1,7 @@
[package]
name = "dolos"
description = "A Cardano data-node built in Rust"
version = "0.13.1"
version = "0.14.0"
edition = "2021"
repository = "https://github.com/txpipe/dolos"
homepage = "https://github.com/txpipe/dolos"
Expand Down

0 comments on commit f42fb3e

Please sign in to comment.