From c1dd4e0179b713d1b0a9bf19c5bd7d3c4a53e175 Mon Sep 17 00:00:00 2001 From: Nathan Jaremko Date: Sat, 14 Oct 2023 12:59:06 -0400 Subject: [PATCH] Fix readme --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14612d7..d212481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.6.2 + +- Just updating the readme + # 0.6.1 - Refactoring to make exposed API cleaner diff --git a/Cargo.lock b/Cargo.lock index 7ffee3a..b246180 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,7 +453,7 @@ dependencies = [ [[package]] name = "cwab" -version = "0.6.1" +version = "0.6.2" dependencies = [ "anyhow", "async-scoped", diff --git a/Cargo.toml b/Cargo.toml index 0b50494..4014d0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cwab" authors = ["Nathan Jaremko "] -version = "0.6.1" +version = "0.6.2" edition = "2021" description = "A correct, efficient, and simple job processor" license = "Apache-2.0" diff --git a/README.md b/README.md index 4bde137..ce7d73a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You'll also need to run the following to install the CLI cargo install cwab ``` -# Free Features +# Features - [x] Reliable job dispatch - [x] Error handling with retries