diff --git a/Cargo.lock b/Cargo.lock index 63d5219..ffe0ec6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -611,7 +611,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "microfetch" -version = "1.0.0" +version = "1.1.0" dependencies = [ "hotpath 0.15.0", "microfetch-alloc", @@ -621,15 +621,15 @@ dependencies = [ [[package]] name = "microfetch-alloc" -version = "1.0.0" +version = "1.1.0" [[package]] name = "microfetch-asm" -version = "1.0.0" +version = "1.1.0" [[package]] name = "microfetch-bench" -version = "1.0.0" +version = "1.1.0" dependencies = [ "criterion", "criterion-cycles-per-byte", @@ -638,7 +638,7 @@ dependencies = [ [[package]] name = "microfetch-lib" -version = "1.0.0" +version = "1.1.0" dependencies = [ "hotpath 0.14.1", "microfetch-asm", diff --git a/Cargo.toml b/Cargo.toml index 661cb8f..ab63681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = [ "NotAShelf " ] edition = "2024" license = "GPL-3.0" rust-version = "1.92.0" -version = "1.0.0" +version = "1.1.0" [workspace.dependencies] microfetch-alloc = { path = "./crates/alloc" } diff --git a/docs/README.md b/docs/README.md index c62aecf..6e08a06 100644 --- a/docs/README.md +++ b/docs/README.md @@ -328,7 +328,9 @@ person about current issues. To list a few, special thanks to: - [@sioodmy](https://github.com/sioodmy) - Being cute - [@mewoocat](https://github.com/mewoocat) - The awesome NixOS logo ASCII used in Microfetch -- [@uzaaft](https://github.com/uzaaft) - Helping me going faster +- [@uzaaft](https://github.com/uzaaft) - Helping me go faster +- [@amaanq](https://github.com/amaanq) - Helping me go faster, smaller, and + prettier. Also the new logo and CPU field. Additionally a big thank you to everyone who used, talked about or criticized Microfetch. I might have missed your name here, but you have my thanks.