From a0dac2f24454d3b8428bd914d2052de269d31555 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 Dec 2023 08:01:45 +0000 Subject: [PATCH] chore(main): release 1.0.1 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 235df8e..94c0632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/cxiao/rust_string_slicer/compare/v1.0.0...v1.0.1) (2023-12-24) + + +### Bug Fixes + +* Look for string data in both read-only sections and segments ([cbbacb6](https://github.com/cxiao/rust_string_slicer/commit/cbbacb608e1b840617e03854834b37412ecdbddd)) + ## 1.0.0 (2023-10-08)