From 4e9604ac824f34892ca4293579a2ee8f0cba089d Mon Sep 17 00:00:00 2001 From: Ross Light Date: Wed, 18 Nov 2020 10:00:41 -0800 Subject: [PATCH] Add 0.5.2 release notes Cherry-pick of 4a780d03c4a564d8ef2c49605eb693bb4a38864e and 0466286fce9cc16c78c694e924bddd02fc4576b6 --- CHANGELOG.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 942cfaf3..e802e5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,20 +4,31 @@ The format is based on [Keep a Changelog][], and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ -[Unreleased]: https://github.com/yourbase/yb/compare/v0.5.1...HEAD +[Unreleased]: https://github.com/yourbase/yb/compare/v0.5.2...HEAD -## [0.5.1][] - 2020-11-18 +## [Unreleased][] + +### Fixed + +- The Ruby buildpack downloads a pinned version of rbenv and ruby-build rather + than following the latest commit. + +## [0.5.2][] - 2020-11-18 -Version 0.5.1 fixes a major regression in `yb build` behavior. +Version 0.5.2 fixes a major regression in `yb build` behavior. -[0.5.1]: https://github.com/yourbase/yb/releases/tag/v0.5.1 +[0.5.2]: https://github.com/yourbase/yb/releases/tag/v0.5.2 ### Fixed - Regression: `yb build` would exit with a zero status code on build failures in version 0.5. This is now fixed. -- The Ruby buildpack downloads a pinned version of rbenv and ruby-build rather - than following the latest commit. + +## [0.5.1][] - 2020-11-18 + +Version 0.5.1 was a botched release. + +[0.5.2]: https://github.com/yourbase/yb/releases/tag/v0.5.1 ## [0.5.0][] - 2020-11-18