From 7c4d004b371d922d7a2ed706f719fc3f752db00b Mon Sep 17 00:00:00 2001 From: Ross Light Date: Wed, 18 Nov 2020 09:51:42 -0800 Subject: [PATCH] Add 0.5.1 to CHANGELOG This is a cherry-pick of c8356270ea887f7a93758e2052284ebf931dd5bb and c4eb9b88078a9f63e103d886b264ee5467991324. --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7bb762f..942cfaf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ 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.0...HEAD +[Unreleased]: https://github.com/yourbase/yb/compare/v0.5.1...HEAD + +## [0.5.1][] - 2020-11-18 + +Version 0.5.1 fixes a major regression in `yb build` behavior. + +[0.5.1]: https://github.com/yourbase/yb/releases/tag/v0.5.1 + +### 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.0][] - 2020-11-18