Released 0.1.1
All checks were successful
/ test (push) Successful in 12s

This commit is contained in:
Eduard Urbach 2025-06-06 16:21:09 +02:00
parent ff4f80c2c0
commit 58393ec5be
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -4,4 +4,4 @@ version = 4
[[package]] [[package]]
name = "fnl" name = "fnl"
version = "0.1.0" version = "0.1.1"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "fnl" name = "fnl"
version = "0.1.0" version = "0.1.1"
edition = "2024" edition = "2024"
authors = ["Eduard Urbach <eduard@urbach.dev>"] authors = ["Eduard Urbach <eduard@urbach.dev>"]
description = "Add or remove final newlines" description = "Add or remove final newlines"