Skip to content

Commit

Permalink
chore: Release dolos version 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Jan 25, 2025
1 parent 72ad819 commit 50bd42f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [0.19.1] - 2025-01-25

### 🐛 Bug Fixes

- Avoid glibc issues by fixing runner os (#442)

### 🔧 Continuous Integration

- Use ubuntu-22.04 tag for runners (#443)

## [0.19.0] - 2025-01-24

### 🚀 Features
Expand Down Expand Up @@ -51,6 +61,7 @@ All notable changes to this project will be documented in this file.
- Fix lint warnings from latest clippy (#390)
- Add conway genesis files to examples (#380)
- Fix lint warnings (#438)
- Release dolos version 0.19.0

## [0.18.2] - 2024-11-02

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.19.0"
version = "0.19.1"
edition = "2021"
repository = "https://github.com/txpipe/dolos"
homepage = "https://github.com/txpipe/dolos"
Expand Down

0 comments on commit 50bd42f

Please sign in to comment.