You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,10 @@
1
1
# 0.8.0
2
+
***[BREAKING]** : The `gitpath` argument used among many functions
3
+
can now also point to a subdirectory within a git repository.
4
+
Previously it had to be the top directory (i.e. the one containing
5
+
`.git/`).
2
6
***[BREAKING]** : Slightly changed how `produce_or_load` uses `path` and interacts with `savename`, to better incorporate the changes done in version 0.6.0. `prefix` is now also supported.
3
-
*`tag!` and co now also store the git diff patch if the repo is dirty (#80).
7
+
*`tag!` and co now also store the git diff patch if the repo is dirty, see `gitpatch` (#80).
4
8
***[BREAKING]** : `tag!` now saves the commit information into a field `gitcommit` instead of just `commit`.
0 commit comments