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: git-discover/CHANGELOG.md
+49-1Lines changed: 49 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,53 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## 0.1.1 (2022-05-21)
9
+
10
+
### Other
11
+
12
+
- <csr-id-e63e722791a7795cd99048bed834459595c60abc/> add ceiling_dirs option to upwards discovery
13
+
14
+
### Commit Statistics
15
+
16
+
<csr-read-only-do-not-edit/>
17
+
18
+
- 17 commits contributed to the release over the course of 2 calendar days.
19
+
- 3 days passed between releases.
20
+
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
21
+
- 0 issues like '(#ID)' where seen in commit messages
22
+
23
+
### Thanks Clippy
24
+
25
+
<csr-read-only-do-not-edit/>
26
+
27
+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic.
28
+
29
+
### Commit Details
30
+
31
+
<csr-read-only-do-not-edit/>
32
+
33
+
<details><summary>view details</summary>
34
+
35
+
***Uncategorized**
36
+
- Re-enable discovery test on windows thanks to use of `realpath()` ([`1f4ae9e`](https://github.com/Byron/gitoxide/commit/1f4ae9e74843d108b261cbfe10e158f74286088a))
- Fix windows test failure due to //? by ignoring it there. ([`c5fd322`](https://github.com/Byron/gitoxide/commit/c5fd3223db73ee61844477aff0e8a2438d9b2e39))
39
+
- fix windows tests (broke thanks to \\?\), maybe ([`e458b59`](https://github.com/Byron/gitoxide/commit/e458b5946ebf01d9f901769b8547df85ef14afcb))
40
+
- Assure ceiling dirs are comparable after absolutize ([`32a157b`](https://github.com/Byron/gitoxide/commit/32a157b513191c60795924765825dc7dfb0b38c1))
- Control if at least one ceiling dir has to match using an option ([`ca1f3eb`](https://github.com/Byron/gitoxide/commit/ca1f3ebb1306075767597c75bb288a3a0b4ebb41))
44
+
- Revert "remove implicit canonicalization and improve tests" ([`821f3f3`](https://github.com/Byron/gitoxide/commit/821f3f383a21ddfd274cb6bdcd2228717cd21942))
- Migrate all relevant code from git-repository to git-discover ([`631e70e`](https://github.com/Byron/gitoxide/commit/631e70e6f210df40eb789023970ec17095ec3556))
0 commit comments