chore: tag 1.1.0

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I7c449dd2dd4ae66a450177a7ad07250b6a6a6964
This commit is contained in:
raf 2026-04-16 08:17:43 +03:00
commit 543a1597ba
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 9 additions and 7 deletions

10
Cargo.lock generated
View file

@ -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",

View file

@ -7,7 +7,7 @@ authors = [ "NotAShelf <raf@notashelf.dev>" ]
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" }

View file

@ -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.