Skip to content

Commit 682361a

Browse files
1.44.1 release
1 parent 130e114 commit 682361a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

RELEASES.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 1.44.1 (2020-06-18)
2+
===========================
3+
4+
* [rustfmt accepts rustfmt_skip in cfg_attr again.][73078]
5+
* [Fix fingerprinting for lld on Windows with dylib.][cargo/8290]
6+
* [Don't hash executable filenames on apple platforms.][cargo/8329]
7+
* [Fix crashes when finding backtrace on macOS.][71397]
8+
9+
[71397]: https://github.com/rust-lang/rust/issues/71397
10+
[73078]: https://github.com/rust-lang/rust/issues/73078
11+
[cargo/8290]: https://github.com/rust-lang/cargo/pull/8290
12+
[cargo/8329]: https://github.com/rust-lang/cargo/pull/8329
13+
114
Version 1.44.0 (2020-06-04)
215
==========================
316

src/bootstrap/channel.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use build_helper::output;
1313
use crate::Build;
1414

1515
// The version number
16-
pub const CFG_RELEASE_NUM: &str = "1.44.0";
16+
pub const CFG_RELEASE_NUM: &str = "1.44.1";
1717

1818
pub struct GitInfo {
1919
inner: Option<Info>,

0 commit comments

Comments
 (0)