bwrap 1.3.0

A fast, lightweight, embedded systems-friendly library for wrapping text.
Documentation
2023-07-31  Michael Lee  <micl2e2@proton.me>

	* RELEASE: 1.3.0, 6eaa3cae20e6a84349a6c291dc6252b5b97f0ab3

	BACKWARD_COMPATIBLE_CHANGES:
	- Introduce `wrap_nobrk` macro.
	- Change rust-version from default to 1.47.
	- Change rust edition from 2021 to 2018.
	- Add doctest examples, disable doctest.

	BACKWARD_COMPATIBLE_FIXES:
	- Handle append/prepend in `wrap_maybrk` macro.
	- Fix incorrect width limit for Japanese example, by @kyoheiu.
	- Add dependencies' licenses.

2023-07-24  Michael Lee  <micl2e2@proton.me>

	* RELEASE: 1.2.3, 4ab0261b42986bf62d9daccd4ced0a27a1278b45

	BACKWARD_COMPATIBLE_FIXES:
	- Add source-level documentation for all structs and functions.

2023-07-19  Michael Lee  <micl2e2@proton.me>

	* RELEASE: 1.2.0, e29ad092e988129c650f84098a1fc718fd2bfd7b

	BACKWARD_COMPATIBLE_CHANGES:
	- Introduce a convenient macro `wrap_maybrk!` for space-insensitive
	  languages.

	* RELEASE: 1.1.1, f4762063c3288d36b1e2a61546d2dbd3ab447c61

	BACKWARD_COMPATIBLE_FIXES:
	- Fix "EasyWrapper not in scope" issue.

	* RELEASE: 1.1.0, e759ef0c2ec072c34170c4e41d998cde00029268

	BACKWARD_COMPATIBLE_CHANGES:
	- Introduce a convenient macro `wrap!` for space-sensitive languages.

2023-07-17  Michael Lee  <micl2e2@proton.me>

	* RELEASE: 1.0.0

	Initial release.

	From semver.org:
	BACKWARD_COMPATIBLE_CHANGES
	BACKWARD_COMPATIBLE_FIXES
	BACKWARD_INCOMPATIBLE_CHANGES