Cake v2.0.0 released
- Published
- Tuesday, 30 November 2021
- Category
- Release Notes
- Author
- devlead
Version 2.0.0 of Cake has been released. Take it for a spin and give us feedback on our discussion board.
This version is the 119th release of Cake, but it's just not any release - say hello to Cake 2.0 🎉 In this blog post, we will go through some of the major new features of 2.0, which platforms are supported and what to consider when upgrading to Cake 2.0.
But first of all, we would like to thank our amazing community, we wouldn't be where we are today without you, so huge thanks to all of you! ❤
... and more! The full list of changes is listed below.
See Upgrade instructions for documentation about breaking changes in this release.
Read more...Cake v1.2.0 released
- Published
- Sunday, 29 August 2021
- Category
- Release Notes
- Author
- devlead
Version 1.2.0 of Cake has been released.
In this version, we've got a few new features and improvements, bug fixes and we've bumped several dependencies. Amongst the new features is the support for version ranges for addins, a few examples below
GitHub Discussion for this release: #3438 - v1.2.0
Contributions were included from:
Full details of everything that was included in this release can be seen below.
Read more...Cake v1.0.0 released
- Published
- Sunday, 7 February 2021
- Category
- Release Notes
- Author
- devlead
Version 1.0.0 of Cake has been released.
This version is the 112th release of Cake, but just not any release - we've finally hit 1.0 🎉 In this blog post, we will go through some of the major new features of 1.0, which platforms are supported, what to consider when upgrading to Cake 1.0.
It's been an amazing journey so far - a journey that wouldn't have been possible without our amazing community, so huge thanks to you all!❤
See Upgrade instructions for documentation about breaking changes in this release.
Read more...Cake v1.0.0-rc0002 released
- Published
- Sunday, 20 December 2020
- Category
- Release Notes
- Author
- devlead
Version 1.0.0-rc0002 of Cake has been released.
This is the second, and probably last, pre-release version of Cake 1.0. Focus in this release has been to bring Cake Frosting up to speed, align it with the Cake script runners and bug fixes.
We've chosen to release 1.0 as a pre-release to NuGet and Chocolatey, so we and the community can more easily test and ensure that our 1.0 release will be as stable as possible. It will also enable us to see if there are any steps you need to take to adapt your scripts for 1.0, and for us to see if there're any unintended breaking changes, by testing as many addins, modules, and recipes as possible.
CakeHostBuilder
has been removed.
With Cake.Frosting 1.0 CakeHost
can be used directly to create the CakeHost
object.
With Cake.Frosting 0.38.x:
With Cake.Frosting 1.0:
In preparation for the 1.0 release, we've now set the recommended version of Cake.Core for addins to target to 1.0.
This won't break the build but you might see warnings like below when Addins/Modules are loaded.
Addin authors can start preparing for the 1.0 release by starting to build against Cake.Core version 1.0.0-rc0002.
See Upgrade instructions for documentation about breaking changes in this release.
Contributions were included from:
Full details of everything that was included in this release can be seen below.
Read more...Cake v1.0.0 RC1 released
- Published
- Thursday, 5 November 2020
- Category
- Release Notes
- Author
- devlead
Version 1.0.0-rc0001 of Cake has been released
This version is the 110th release of Cake, but the first pre-release of Cake 1.0🎉 In this blog post, we will go through some of the major new features of 1.0, which platforms are supported, and how you can help to get Cake 1.0 released.
We've chosen to release 1.0 as a pre-release to NuGet and Chocolatey, so we and the community can more easily test and ensure that our 1.0 release will be as stable as possible. It will also enable us to see if there are any steps you need to take to adapt your scripts for 1.0, and for us to see if there're any unintended breaking changes, by testing as many addins, modules, and recipes as possible.
See Upgrade instructions for documentation about breaking changes in this release.
Read more...