Skip to content

Commit

Permalink
chore: Release dolos version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed May 28, 2024
1 parent a849d22 commit 74203d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [unreleased]
## [0.9.0] - 2024-05-28

### 🚀 Features

Expand Down Expand Up @@ -36,6 +36,8 @@ All notable changes to this project will be documented in this file.
### 🔧 Continuous Integration

- Enable linux aarch64 builds (#231)
- Restore docker builds (#255)
- Fix docker arm build (#256)

### 🧪 Testing

Expand All @@ -45,6 +47,11 @@ All notable changes to this project will be documented in this file.

- Fix lint warnings (#246)
- Tidy up info-level tracing (#247)
- Migrate to git-cliff for changelog updates (#253)
- Remove legacy ci files (#254)
- Exclude heavy features from Pallas (#257)
- Move release config to cargo toml (#258)
- Update example config files (#259)

## [0.8.0] - 2024-05-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.

3 changes: 2 additions & 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.8.0"
version = "0.9.0"
edition = "2021"
repository = "https://github.com/txpipe/dolos"
homepage = "https://github.com/txpipe/dolos"
Expand Down Expand Up @@ -92,6 +92,7 @@ publish-jobs = ["homebrew"]
pr-run-mode = "plan"
# Whether to install an updater program
install-updater = false
rust-toolchain-version = "1.78.0"

[workspace.metadata.release]
push = false
Expand Down

0 comments on commit 74203d3

Please sign in to comment.