From 575c3ed41c8dea50e795e163eb2250c3145cb9c1 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Sat, 8 May 2021 22:45:41 +0200 Subject: [PATCH] Release 0.1.4 Signed-off-by: Marc-Antoine Perennou --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f2946..fb63d2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.1.4 + +- More internal refactoring + # Version 0.1.3 - Internal refactoring diff --git a/Cargo.toml b/Cargo.toml index 3ac71b1..6d91eef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uexec" -version = "0.1.3" +version = "0.1.4" authors = ["Marc-Antoine Perennou "] description = "Simple work-stealing global and local executor" edition = "2018"