New Features
-
auto-update crates-index if there is an indication
There is the possibility of false-positives triggering such an update
if manifests are edited by hand, which is not the common case.If it is, please let us know.
-
'changelog' understands '-e/--execute' as well.
This makes writing changelogs before release easier as the command-line
has to change less.
Bug Fixes
- Don't let dev-dependencies participate in traversal unless they have a version specified.
This prevents safety bumps due to breaking changes in dev dependencies,
which are generally ignored if there is no version specified.
Commit Statistics
- 11 commits contributed to the release over the course of 26 calendar days.
- 4 commits where understood as conventional.
- 3 unique issues were worked on: #228, #234, #241
Commit Details
view details
- #228
- 'changelog' understands '-e/--execute' as well. (a4a5376)
- #234
- #241
- Improve usability of the pack-cache environment variable (47d8162)
- Uncategorized
- Release git-config v0.1.8, git-object v0.15.1, git-diff v0.11.1, git-traverse v0.10.1, git-pack v0.14.0, git-odb v0.24.0, git-packetline v0.12.1, git-transport v0.13.1, git-protocol v0.12.1, git-ref v0.9.1, git-repository v0.12.0, cargo-smart-release v0.6.0 (f606fa9)
- Adjusting changelogs prior to release of git-config v0.1.8, git-object v0.15.1, git-diff v0.11.1, git-traverse v0.10.1, git-pack v0.14.0, git-odb v0.24.0, git-packetline v0.12.1, git-transport v0.13.1, git-protocol v0.12.1, git-ref v0.9.1, git-repository v0.12.0, cargo-smart-release v0.6.0, safety bump 5 crates (39b40c8)
- Don't let dev-dependencies participate in traversal unless they have a version specified. (57a50a6)
- Note about smart-release being (too) eager to release (7954527)
- refactor (6a1e74c)
- Write down a few more 'cargo changelog' shortcomings (a5f2597)