From 6dde6d4b900d0982b6c66b59d35c0a44f788ea34 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 22 Aug 2023 18:35:53 +0200 Subject: [PATCH] Release v4.2.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b24277..98e964b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # CHANGELOG +## v4.2.0 + +Improvements: + +* [Add methods to take ownership of fragment and extra data](https://github.com/fflorent/nom_locate/pull/91) + +Internal: + +* Remove build status from README +* Fix compilation warning in example + ## v4.1.0 Improvements: diff --git a/Cargo.toml b/Cargo.toml index a7ea3f9..8d4d845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "nom_locate" readme = "README.md" repository = "https://github.com/fflorent/nom_locate" -version = "4.1.0" +version = "4.2.0" edition = "2018" [badges.travis-ci]