Chore
- remove default link to cargo doc everywhere
Bug Fixes
- allow dependency edits to apply to
target.<cfg>.*dependencies
.
Previously these would be skipped, which would cause the publish to
abort due to invalid manifests - some dependencies would still refer
to an outdated but incompatible version. - List any dependency update that is caused by other crates in preview.
Previously it was possible that crates there were about to be published
didn't show up in the list of crates that received a safety version
bump.
Commit Statistics
- 34 commits contributed to the release over the course of 77 calendar days.
- 88 days passed between releases.
- 3 commits where understood as conventional.
- 3 unique issues were worked on: #331, #427, #450
Thanks Clippy
Clippy helped 3 times to make code idiomatic.
Commit Details
view details
- #331
- make fmt (a7d7751)
- #427
- Implement : parsing (74e7a46)
- #450
- adapt to changes in
git-url
(60bfd6d)
- adapt to changes in
- Uncategorized
- update changelogs prior to release (23cb58f)
- Improve performance configuration of smart-release, allowing it to build on msvc by default (3923893)
- Release git-date v0.0.5, git-hash v0.9.8, git-features v0.22.2, git-actor v0.11.3, git-glob v0.3.2, git-quote v0.2.1, git-attributes v0.3.2, git-tempfile v2.0.4, git-lock v2.1.1, git-validate v0.5.5, git-object v0.20.2, git-ref v0.15.2, git-sec v0.3.1, git-config v0.7.0, git-credentials v0.4.0, git-diff v0.17.2, git-discover v0.4.1, git-bitmap v0.1.2, git-index v0.4.2, git-mailmap v0.3.2, git-chunk v0.3.1, git-traverse v0.16.2, git-pack v0.21.2, git-odb v0.31.2, git-packetline v0.12.7, git-url v0.7.2, git-transport v0.19.2, git-protocol v0.19.0, git-revision v0.4.2, git-refspec v0.1.0, git-worktree v0.4.2, git-repository v0.22.0, safety bump 4 crates (4974eca)
- Merge branch 'example-write-blob' (afedd7f)
- Merge pull request #494 from ultrasaurus/patch-1 (86fe22c)
- Merge branch 'main' into remote-ls-refs (95f2f4f)
- Merge branch 'example-new-repo' (946dd3a)
- Merge branch 'main' into remote-ls-refs (e2ee3de)
- remove default link to cargo doc everywhere (533e887)
- Merge branch 'main' into remote-ls-refs (c82bbfa)
- prepare for release of git-repository (8aa5389)
- Merge branch 'main' into remote-ls-refs (bd5f3e8)
- Release git-date v0.0.3, git-actor v0.11.1, git-attributes v0.3.1, git-tempfile v2.0.3, git-object v0.20.1, git-ref v0.15.1, git-config v0.6.1, git-diff v0.17.1, git-discover v0.4.0, git-bitmap v0.1.1, git-index v0.4.1, git-mailmap v0.3.1, git-traverse v0.16.1, git-pack v0.21.1, git-odb v0.31.1, git-packetline v0.12.6, git-url v0.7.1, git-transport v0.19.1, git-protocol v0.18.1, git-revision v0.4.0, git-worktree v0.4.1, git-repository v0.21.0, safety bump 5 crates (c96473d)
- Merge branch 'main' into remote-ls-refs (c4bf958)
- Merge branch 'format_git_date_time' (99e12be)
- Merge branch 'main' into remote-ls-refs (de61c4d)
- thanks clippy (4bd747c)
- Fix typos (e9fcb70)
- fix build after changes to
git-url
andgit-config
(1f02420) - Merge branch 'normalize-values' (4e8cc7a)
- thanks clippy (e1003d5)
- Release git-path v0.3.0, safety bump 14 crates (400c9be)
- Use clap 3.2.5 to be able to opt-in to deprecations (aaf1cde)
- thanks clippy (f6c2f94)
- Fix smart-release journey tests (6c852b8)
- Adjust cargo-smart-release to use latest
git-repository
version (1e1fabd) - allow dependency edits to apply to
target.<cfg>.*dependencies
. (376749c) - Make it possible (in theory) to find versions in
target
dependencies. (34d0744) - List any dependency update that is caused by other crates in preview. (988c61e)
- more useful debug output for
traverse::Dependency
. (0aff709) - Also remove cargo-smart-release from workspace (8ef5197)