release: 🔖 v0.1.0

This commit is contained in:
Lucas Colombo 2024-04-11 17:39:21 -03:00
parent 3a64661b0f
commit d287c12a2b
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -174,7 +174,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "lool"
version = "0.0.5"
version = "0.1.0"
dependencies = [
"bitflags",
"chrono",

View File

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