Skip to content

Commit

Permalink
release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SilenLoc committed Dec 5, 2023
1 parent 29e7a52 commit bdd66d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[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
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,4 +12,4 @@ license = "MIT"


[dev-dependencies]
tempfile = "3"
tempfile = "3"

0 comments on commit bdd66d7

Please sign in to comment.