Update RELNOTES

This commit is contained in:
0x1eef 2024-07-20 14:20:29 -03:00
parent f563576107
commit 5636337e80

View file

@ -1,29 +1,28 @@
= v0.2.1 = v0.2.1
* Fix Makefile ~ Fix Makefile
The mandoc directory wasn't created properly. The mandoc directory wasn't created properly.
It became obvious when building the port It became obvious when building the port
into a temporary staging directory into a temporary staging directory
= v0.2.0 = v0.2.0
- Set "diff.renameLimit" to unlimited ~ Set "diff.renameLimit" to unlimited
After this change, sourcezap always After this change, sourcezap always
forwards "-l0" to "git diff" forwards "-l0" to "git diff"
- Replace utils/gitexec with utils/git/run ~ Replace utils/gitexec with utils/git/run
After this change, we talk to git via After this change, we talk to git via utils/git/run
utils/git/run
- Add utils/git/ ~ Add utils/git
A dedicated directory for git-related scripts A dedicated directory for git-related scripts
- Remove "set -x" ~ Remove "set -x"
After this change, sourcezap emits less output After this change, sourcezap emits less output
- Remove scripts ~ Remove scripts
Remove "utils/printok", "utils/printerr", Remove "utils/printok", "utils/printerr", and
"utils/git-rev" "utils/git-rev"
- Add documentation ~ Add documentation
Covers README.md and sourcezap.8 Covers README.md and sourcezap.8