Skip to content

Commit

Permalink
version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jan 9, 2024
1 parent 2af06fd commit 8208105
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v0.3.0

### Changed

- `peer-stats` processor now produces JSON with field `peers` as an array of objects instead of an object with keys as peer IDs
- `peer-stats` processor now produces both compressed and uncompressed `latest.json` files

## v0.2.0 - 2024-01-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ribeye"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Mingwei Zhang <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8208105

Please sign in to comment.