Skip to content

Commit

Permalink
Merge pull request #12 from gares/prepare-release
Browse files Browse the repository at this point in the history
prepare release
  • Loading branch information
gares authored Nov 6, 2024
2 parents a5ec48e + 63f11e0 commit 68eb770
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# UNRELEASED
# v0.5.0 - 07/11/2024

- Resilient to multiple copies of the same event on the same file descriptor
- A system event is given enough rounds to complete if his priority is the lowest

# v0.4.0 - 03/7/2023

Expand Down
13 changes: 13 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
all:
dune build

install:
dune install

test:
dune runtest

release:
dune-release -p sel

.PHONY: test

0 comments on commit 68eb770

Please sign in to comment.