Rust language release cycle

Rust lang logo
Rust is a compiled, general purpose, multiparadigm programming language being developed by Rust Foundation. It is a multiparadigmatic programming language that supports pure, method, imperative and object-oriented programming.

Also Rust leads performance, reliability and productivity, Rust is lightning fast and memory efficient: without runtime or garbage collection, it can support critical performance services, run on embedded devices, and integrate with other languages easily. Rust’s rich type system and proprietary model (ownership) support memory stability and thread stability, and allow you to clear many kinds of bugs at compile time. And talking about productivity, Rust have grate documentation, an accessible compilator with useful error messages, and top-notch tools: package manager and plan included, advanced multi-editor support with autocomplete and type inspections, auto-formatter, etc.

Release cycle of Rust language

Rust launches every 6 weeks, like clockwork. If you know the date of a Rust release, you can know the date of the next one: it’s 6 weeks later. An optimal aspect of having scheduled launches every 6 weeks is that the next railroad will arrive fast.

Versions

  • 1.1.0 where release on 25 June 2015
  • 1.2.0 where release on 7 August 2015
  • 1.3.0 where release on 17 September 2015
  • 1.4.0 where release on 29 October 2015
  • 1.5.0 where release on 10 December 2015
  • 1.6.0 where release on 21 January 2016
  • 1.7.0 where release on 3 March 2016
  • 1.8.0 where release on 14 April 2016
  • 1.9.0 where release on 26 May 2016
  • 1.10.0 where release on 7 July 2016
  • 1.11.0 where release on 18 August 2016
  • 1.12.0 where release on 29 September 2016
  • 1.12.1 where release on 20 October 2016
  • 1.13.0 where release on 10 November 2016
  • 1.14.0 where release on 22 December 1016
  • 1.15.0 where release on 2 February 2017
  • 1.15.1 where release on 9 February 2017
  • 1.16.0 where release on 16 March 2017
  • 1.17.0 where release on 27 April 2017
  • 1.18.0 where release on 8 June 2017
  • 1.19.0 where release on 20 July 2017
  • 1.20.0 where release on 31 August 2017
  • 1.21.0 where release on 12 October 2017
  • 1.22.0 where release on 22 November 2017
  • 1.22.1 where release on 22 November 2017
  • 1.23.0 where release on 4 January 2018
  • 1.24.0 where release on 15 February 2018
  • 1.24.1 Where release on 1 March 2018
  • 1.25.0 where release on 29 March 2018
  • 1.26.0 where release on 10 March 2018
  • 1.26.1 where release on 29 May 2018
  • 1.26.2 where release on 5 June 2018
  • 1.27.0 where release on 21 June 2018
  • 1.27.1 where release on 10 July 2018
  • 1.27.2 where release on 20 July 2018
  • 1.28.0 where release on 2 August 2018
  • 1.29.0 where release on 13 September 2018
  • 1.29.1 where release on 25 September 2018
  • 1.29.2 where release on 11 October 2018
  • 1.30.0 where release on 25 October 2018
  • 1.30.1 where release on 8 November 2018
  • 1.31.0 where release on 6 December 2018
  • 1.31.1 where release on 20 December 2018
  • 1.32.0 where release on 17 January 2019
  • 1.33.0 where release on 28 February 2019
  • 1.34.0 where release on 11 April 2019
  • 1.34.1 where release on 25 April 2019
  • 1.34.2 where release on 14 May 2019
  • 1.35.0 where release on 23 May 2019
  • 1.36.0 where release on 4 July 2019
  • 1.37.0 where release on 15 August 2019
  • 1.38.0 where release on 26 September 2019
  • 1.39.0 where release on 7 November 2019
  • 1.40.0 where release on 19 December 2019
  • 1.41.0 where release on 30 January 2020
  • 1.41.1 where release on 27 February 2020
  • 1.42.0 where release on 12 March 2020
  • 1.43.0 where release on 23 April 2020
  • 1.43.1 where release on 7 May 2020
  • 1.44.0 where release on 4 June 2020
  • 1.44.1 where release on 18 June 2020
  • 1.45.0 where release on 16 July 2020
  • 1.45.1 where release on 30 July 2020
  • 1.45.2 where release on 3 August 2020
  • 1.46.0 where release on 27 August 2020
  • 1.47.0 where release on 8 October 2020
  • 1.48.0 where release on 19 November 2020
  • 1.49.0 where release on 31 December 2020
  • 1.50.0 where release on 11 February 2021
  • 1.51.0 where release on 25 March 2021
  • 1.52.0 where release on 6 May 2021
  • 1.52.1 where release on 10 May 2021
  • 1.53.0 where release on 17 June 2021
  • 1.54.0 where release on 29 July 2021
  • 1.55.0 where release on 9 September 2021
  • 1.56.0 where release on 21 October 2021
  • 1.56.1 where release on 1 November 2021
  • 1.57.0 where release on 2 December 2021
  • 1.58.0 where release on 13 January 2022
  • 1.58.1 where release on 19 January 2022
  • 1.59.0 where release on 24 February
  • 1.60.0 where release on 7 April 2022
  • 1.61.0 where release on 19 May 2022
  • 1.62.0 where release on 30 June 2022
  • 1.62.1 where release on 19 July 2022
  • 1.63.0 where release on 11 August 2022
  • 1.64.0 where release on 22 September 2022
  • 1.65.0 where release on 3 November 2022

Next versions

The next versions of RUST are the 1.66.0 Beta and the 1.67.0 nightly, the first one will be stable on 15 December, 2022 and the second one will be stable on 26 January, 2023

February 1, 2022 by blog.released.info