release: 🔖 v0.0.4

This commit is contained in:
Lucas Colombo 2024-03-31 22:13:32 -03:00
parent 06dc51dcfc
commit ac54f9035b
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35
3 changed files with 3 additions and 2 deletions

View File

@ -6,3 +6,4 @@ scopes:
- ""
- "cli"
- "logger"
- "macros"

2
Cargo.lock generated
View File

@ -32,7 +32,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "lool"
version = "0.0.3"
version = "0.0.4"
dependencies = [
"bitflags",
"eyre",

View File

@ -1,6 +1,6 @@
[package]
name = "lool"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
description = "🧳 lool » lucode.ar rust common utilities"
authors = ["Lucas Colombo <lucas@lucode.ar>"]