release: 🔖 v0.3.0

This commit is contained in:
Lucas Colombo 2024-05-26 04:10:54 -03:00
parent 2253f45656
commit ea33aec623
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -180,7 +180,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "lool"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"bitflags",
"chrono",

View File

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