Skip to content

Commit

Permalink
Prepare release v2.1.3 (#267)
Browse files Browse the repository at this point in the history
## heroku/ruby

### Changed

- The `fun_run` commons library was moved to it's own crate ([#232](#232))

### Added

- Raise a helpful error when a file cannot be accessed at the time of buildpack detection ([#243](#243))

Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
  • Loading branch information
heroku-linguist[bot] authored Mar 18, 2024
1 parent 5ed54d6 commit 3e9677f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions buildpacks/ruby/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.3] - 2024-03-18

### Changed

- The `fun_run` commons library was moved to it's own crate ([#232](https://github.com/heroku/buildpacks-ruby/pull/232))
Expand All @@ -15,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Raise a helpful error when a file cannot be accessed at the time of buildpack detection ([#243](https://github.com/heroku/buildpacks-ruby/pull/243))


## [2.1.2] - 2023-10-31

### Fixed
Expand Down Expand Up @@ -46,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial version of Ruby buildpack in Rust (https://github.com/heroku/buildpacks-ruby/pull/93)
- Version 2.0.0 for the first release is not a typo. There was an issue in pack where a builder with the same name and version number would reuse artifacts left on image from [prior runs which caused issues](https://github.com/buildpacks/pack/issues/1322#issuecomment-1038241038). There were prior releases of `heroku/ruby` CNB from different sources that triggered this problem. To ensure no one would encounter that issue we developed and released using a version we know has not been used before. Version 2.0 was the first major version without a prior release of `heroku/ruby` CNB from any source.

[unreleased]: https://github.com/heroku/buildpacks-ruby/compare/v2.1.2...HEAD
[unreleased]: https://github.com/heroku/buildpacks-ruby/compare/v2.1.3...HEAD
[2.1.3]: https://github.com/heroku/buildpacks-ruby/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/heroku/buildpacks-ruby/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/heroku/buildpacks-ruby/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/heroku/buildpacks-ruby/compare/v2.0.1...v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion buildpacks/ruby/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api = "0.9"

[buildpack]
id = "heroku/ruby"
version = "2.1.2"
version = "2.1.3"
name = "Heroku Ruby"
homepage = "https://github.com/heroku/buildpacks-ruby"
description = "Heroku's buildpack for Ruby applications."
Expand Down

0 comments on commit 3e9677f

Please sign in to comment.