Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d9dcb6f

Browse files
authoredDec 25, 2023
Merge pull request #4 from cxiao/release-please--branches--main--components--release-please-action
chore(main): release 1.0.2
2 parents 1751064 + 52ae58d commit d9dcb6f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.2](https://github.com/cxiao/rust_string_slicer/compare/v1.0.1...v1.0.2) (2023-12-25)
4+
5+
6+
### Bug Fixes
7+
8+
* Add valid UTF-8 and length filtering when recovering strings from code ([3e4024c](https://github.com/cxiao/rust_string_slicer/commit/3e4024ce91a7850207a8b4555bd32843383d4b16))
9+
* Check for existence of RustStringSlice type before creating it ([4813149](https://github.com/cxiao/rust_string_slicer/commit/4813149f05c5d9d1152d20c00e4f851278f19c2d))
10+
* When reecovering strings from code, also look for string data in both read-only sections and segments ([5a278f6](https://github.com/cxiao/rust_string_slicer/commit/5a278f6a1c8ede03fa7c451189c51ded68431881))
11+
312
## [1.0.1](https://github.com/cxiao/rust_string_slicer/compare/v1.0.0...v1.0.1) (2023-12-24)
413

514

0 commit comments

Comments
 (0)
Failed to load comments.