We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc1110 commit 38c7693Copy full SHA for 38c7693
CHANGES.md
@@ -1,3 +1,13 @@
1
+0.9.0 2024-07-28
2
+---------------------------------
3
+
4
+- Absolute paths are no longer concatenated with the source directory to
5
+ form a blob candidate path: they are only treated as absolute paths.
6
+- Minor robustness improvements (reminder: this happens at build time):
7
+ - Reading is done in one pass (instead of checking for existence first).
8
+ - Only the first good path is queried (instead of both).
9
+ - Better I/O error handling.
10
11
0.8.0 2024-04-04
12
---------------------------------
13
0 commit comments