From 107d3ca0bf23d776402e2e4d375f18a69f0ac978 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 30 Apr 2023 12:59:57 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20chore(README.md):=20check=20off?= =?UTF-8?q?=20introducing=20thiserror=20for=20better=20errors=20in=20plan?= =?UTF-8?q?=20for=20next=20release=20The=20plan=20for=20the=20next=20relea?= =?UTF-8?q?se=20has=20been=20updated=20to=20reflect=20that=20the=20[thiser?= =?UTF-8?q?ror](https://docs.rs/thiserror/latest/thiserror/)=20library=20h?= =?UTF-8?q?as=20been=20introduced=20to=20improve=20error=20handling.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 441e87e..1be3e9b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A dagger sdk written in rust for rust. ## Plan for next release -- [ ] Introduce [thiserror](https://docs.rs/thiserror/latest/thiserror/) for +- [x] Introduce [thiserror](https://docs.rs/thiserror/latest/thiserror/) for better errors - [x] Add compatibility with `dagger run` - [ ] Add open telemetry tracing to the sdk