From bdd66d7312ff7647e85a009dc87aad688971faf3 Mon Sep 17 00:00:00 2001 From: SilenLoc Date: Tue, 5 Dec 2023 10:03:57 +0100 Subject: [PATCH] release 0.1.2 --- CHANGELOG.md | 6 +++++- Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3dde2..b214f12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ## [Unreleased] + +## [0.1.2] - 2023-12-05 + ### Added Function to read lines from a path Function to read lines from a file -[Unreleased]: https://github.com/Qwitqwit/qwitlib/compare/v0.1.1...HEAD \ No newline at end of file +[Unreleased]: https://github.com/Qwitqwit/qwitlib/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/Qwitqwit/qwitlib/compare/v0.1.1...v0.1.2 \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 4a322b7..37fd6e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qwitlib" -version = "0.1.1" +version = "0.1.2" edition = "2021" authors = ["Silen Locatelli"] description = "A library for dsv files" @@ -12,4 +12,4 @@ license = "MIT" [dev-dependencies] -tempfile = "3" \ No newline at end of file +tempfile = "3"