chore: Prepare for release 0.3.0
All checks were successful
Build / Check format (push) Successful in 38s
Build / Check release (push) Successful in 44s

This commit is contained in:
Xavier Moffett 2025-07-19 18:18:47 -04:00
parent c43fc368e8
commit f94bfbff3e
Signed by: Sapphirus
GPG key ID: E967DD18119C6EEA
2 changed files with 3 additions and 5 deletions

View file

@ -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 [![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
SimpleByteUnit is a crate which provides a thin encapsulate for integer primitives to facilitate a fast, simple, yet ergonomic byteunit implementation. 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] [dependencies]
simplebyteunit = "0.2.0" simplebyteunit = "0.3.0"
``` ```
## Example ## Example

View file

@ -19,7 +19,7 @@ Add 'simplebyteunit' to your 'Cargo.toml':
```toml ```toml
[dependencies] [dependencies]
simplebyteunit = "0.2.0" simplebyteunit = "0.3.0"
``` ```
## Example ## Example