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: rustc_tools_util/CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## Version 0.4.0
4
+
5
+
* The commit hashes are now always 10 characters long [#13222](https://github.com/rust-lang/rust-clippy/pull/13222)
6
+
*`get_commit_date` and `get_commit_hash` now return `None` if the `git` command fails instead of `Some("")`
* New `rerun_if_git_changes` function was added [#13329](https://github.com/rust-lang/rust-clippy/pull/13329)
11
+
3
12
## Version 0.3.0
4
13
5
14
* Added `setup_version_info!();` macro for automated scripts.
0 commit comments