From f94bfbff3ea8d8078c6255b071e67afb0ea1c648 Mon Sep 17 00:00:00 2001 From: Xavier Moffett Date: Sat, 19 Jul 2025 18:18:47 -0400 Subject: [PATCH] chore: Prepare for release 0.3.0 --- README.md | 6 ++---- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dd05aea..a3bf74e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ -[![Rust](https://github.com/SapphirusBeryl/simplebyteunit/actions/workflows/rust.yml/badge.svg)](https://github.com/SapphirusBeryl/simplebyteunit/actions/workflows/rust.yml) - -# SimpleByteUnit +# SimpleByteUnit [![Build Workflow](https://git.sapphirus.org/Sapphirus/SimpleByteUnit/badges/workflows/check.yml/badge.svg?label=build&logo=github+actions&logoColor=d1d7e0&style=flat-square)](https://git.sapphirus.org/Sapphirus/SimpleByteUnit/actions?workflow=check.yml) SimpleByteUnit is a crate which provides a thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation. @@ -10,7 +8,7 @@ Add 'simplebyteunit' to your 'Cargo.toml': ``` [dependencies] -simplebyteunit = "0.2.0" +simplebyteunit = "0.3.0" ``` ## Example diff --git a/src/lib.rs b/src/lib.rs index ad70fa4..65ba704 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -19,7 +19,7 @@ Add 'simplebyteunit' to your 'Cargo.toml': ```toml [dependencies] -simplebyteunit = "0.2.0" +simplebyteunit = "0.3.0" ``` ## Example