Skip to content

Commit

Permalink
Add 0.5.1 to CHANGELOG
Browse files Browse the repository at this point in the history
This is a cherry-pick of c835627 and
c4eb9b8.
  • Loading branch information
zombiezen committed Nov 18, 2020
1 parent ec460fc commit 7c4d004
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7c4d004

Please sign in to comment.