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
- Add support for passing urls directly to bypass all remote repository logic. ([`df3cf18`](https://github.com/Byron/gitoxide/commit/df3cf18a6ac1e4f35f6d11d62184a43722397bbe))
56
+
-`gix remote refs` to list all remote references of a suitable remote. ([`5d6d5ca`](https://github.com/Byron/gitoxide/commit/5d6d5ca305615568dfedbcc10ea86294c0a0472d))
57
+
- Try to use maybe async for the simplest of possibly blocking remote interactions ([`db4df25`](https://github.com/Byron/gitoxide/commit/db4df250d7e58518015bed0b9a1e3391b209cb29))
58
+
- basic parsing of `gix remote refs` without any implementation. ([`f8f1249`](https://github.com/Byron/gitoxide/commit/f8f124943f73bacf816c6d0055f0b66659fd3906))
- use docsrs feature in code to show what is feature-gated automatically on docs.rs ([`b1c40b0`](https://github.com/Byron/gitoxide/commit/b1c40b0364ef092cd52d03b34f491b254816b18d))
Copy file name to clipboardExpand all lines: cargo-smart-release/CHANGELOG.md
+79-1Lines changed: 79 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,83 @@ 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
+
## Unreleased
9
+
10
+
### Chore
11
+
12
+
- <csr-id-533e887e80c5f7ede8392884562e1c5ba56fb9a8/> remove default link to cargo doc everywhere
13
+
14
+
### Bug Fixes
15
+
16
+
- <csr-id-376749cc49c6dafcc314b8435d6feac81482b3f5/> allow dependency edits to apply to `target.<cfg>.*dependencies`.
17
+
Previously these would be skipped, which would cause the publish to
18
+
abort due to invalid manifests - some dependencies would still refer
19
+
to an outdated but incompatible version.
20
+
- <csr-id-988c61e07bdb52870794e70e94b925de7acb402e/> List any dependency update that is caused by other crates in preview.
21
+
Previously it was possible that crates there were about to be published
22
+
didn't show up in the list of crates that received a safety version
23
+
bump.
24
+
25
+
### Commit Statistics
26
+
27
+
<csr-read-only-do-not-edit/>
28
+
29
+
- 33 commits contributed to the release over the course of 77 calendar days.
30
+
- 88 days passed between releases.
31
+
- 3 commits where understood as [conventional](https://www.conventionalcommits.org).
32
+
- 3 unique issues were worked on: [#331](https://github.com/Byron/gitoxide/issues/331), [#427](https://github.com/Byron/gitoxide/issues/427), [#450](https://github.com/Byron/gitoxide/issues/450)
33
+
34
+
### Thanks Clippy
35
+
36
+
<csr-read-only-do-not-edit/>
37
+
38
+
[Clippy](https://github.com/rust-lang/rust-clippy) helped 3 times to make code idiomatic.
- adapt to changes in `git-url` ([`60bfd6d`](https://github.com/Byron/gitoxide/commit/60bfd6d457d75fb4b342e08f329dadc8373de266))
52
+
***Uncategorized**
53
+
- Improve performance configuration of smart-release, allowing it to build on msvc by default ([`3923893`](https://github.com/Byron/gitoxide/commit/3923893c638d92c713def0a244f07b9718397fc3))
- fix build after changes to `git-url` and `git-config` ([`1f02420`](https://github.com/Byron/gitoxide/commit/1f0242034071ce317743df75cc685e7428b604b0))
- Use clap 3.2.5 to be able to opt-in to deprecations ([`aaf1cde`](https://github.com/Byron/gitoxide/commit/aaf1cdedf7bd181977faa66ef21f7ee75627bf9f))
- Adjust cargo-smart-release to use latest `git-repository` version ([`1e1fabd`](https://github.com/Byron/gitoxide/commit/1e1fabd31fbe11fb9a9422ceb474fd2724d0c320))
78
+
- allow dependency edits to apply to `target.<cfg>.*dependencies`. ([`376749c`](https://github.com/Byron/gitoxide/commit/376749cc49c6dafcc314b8435d6feac81482b3f5))
79
+
- Make it possible (in theory) to find versions in `target` dependencies. ([`34d0744`](https://github.com/Byron/gitoxide/commit/34d074473c75a395501be20654373f70f7d2acb7))
80
+
- List any dependency update that is caused by other crates in preview. ([`988c61e`](https://github.com/Byron/gitoxide/commit/988c61e07bdb52870794e70e94b925de7acb402e))
81
+
- more useful debug output for `traverse::Dependency`. ([`0aff709`](https://github.com/Byron/gitoxide/commit/0aff7091adbedc53448b56d2363fad17408d8f4e))
82
+
- Also remove cargo-smart-release from workspace ([`8ef5197`](https://github.com/Byron/gitoxide/commit/8ef5197178f879bdd5d191dba331ac318626bfb5))
83
+
</details>
84
+
8
85
## 0.10.2 (2022-05-27)
9
86
10
87
### Bug Fixes
@@ -21,7 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
98
22
99
<csr-read-only-do-not-edit/>
23
100
24
-
-3 commits contributed to the release over the course of 3 calendar days.
101
+
-4 commits contributed to the release over the course of 3 calendar days.
25
102
- 3 days passed between releases.
26
103
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
27
104
- 1 unique issue was worked on: [#429](https://github.com/Byron/gitoxide/issues/429)
@@ -36,6 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
113
- Adjust changelogs prior to release ([`7397805`](https://github.com/Byron/gitoxide/commit/7397805fd032a752d6c2f2c2c28ac11ddecc7193))
37
114
- Avoid running into the `default-members` trap with 'cargo publish'. ([`64b951c`](https://github.com/Byron/gitoxide/commit/64b951cade24c69d522a76ad217bea70a4afe45a))
- use docsrs feature in code to show what is feature-gated automatically on docs.rs ([`b1c40b0`](https://github.com/Byron/gitoxide/commit/b1c40b0364ef092cd52d03b34f491b254816b18d))
- use docsrs feature in code to show what is feature-gated automatically on docs.rs ([`b1c40b0`](https://github.com/Byron/gitoxide/commit/b1c40b0364ef092cd52d03b34f491b254816b18d))
- pass --cfg docsrs when compiling for https://docs.rs ([`5176771`](https://github.com/Byron/gitoxide/commit/517677147f1c17304c62cf97a1dd09f232ebf5db))
40
+
</details>
41
+
8
42
## 0.8.1 (2022-08-17)
9
43
10
44
A maintenance release without user-facing changes.
@@ -13,7 +47,7 @@ A maintenance release without user-facing changes.
13
47
14
48
<csr-read-only-do-not-edit/>
15
49
16
-
-3 commits contributed to the release over the course of 26 calendar days.
50
+
-4 commits contributed to the release over the course of 26 calendar days.
17
51
- 26 days passed between releases.
18
52
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
19
53
- 0 issues like '(#ID)' where seen in commit messages
@@ -25,6 +59,7 @@ A maintenance release without user-facing changes.
0 commit comments