Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
debug/
target/

Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ focus on the user impact** rather than the actual changes made.

## Fixed

# candemonium - 0.1.0 - (2026-08-07)

First release of candemonium with an MVP release of the `candumpr` logging tool.

# candemonium - 0.1.0-rc1 - (2026-03-29)

Added very basic `candumpr` implementation using io_uring multishot to read from multiple sockets in
Expand Down
Loading
Loading