Skip to content

Commit 8fce2f3

Browse files
Prepare release v10.1.0 (#440)
## heroku/ruby ### Added - When Node.js tooling is required, buildplan configuration is added to disable dev dependency pruning. ([#439](#439)) Co-authored-by: heroku-linguist[bot] <136119646+heroku-linguist[bot]@users.noreply.github.com>
1 parent 200606a commit 8fce2f3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

buildpacks/ruby/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [10.1.0] - 2025-07-11
11+
1012
### Added
1113

1214
- When Node.js tooling is required, buildplan configuration is added to disable dev dependency pruning. ([#439](https://github.com/heroku/buildpacks-ruby/pull/439))
@@ -167,7 +169,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
167169
- Initial version of Ruby buildpack in Rust (https://github.com/heroku/buildpacks-ruby/pull/93)
168170
- 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.
169171

170-
[unreleased]: https://github.com/heroku/buildpacks-ruby/compare/v10.0.1...HEAD
172+
[unreleased]: https://github.com/heroku/buildpacks-ruby/compare/v10.1.0...HEAD
173+
[10.1.0]: https://github.com/heroku/buildpacks-ruby/compare/v10.0.1...v10.1.0
171174
[10.0.1]: https://github.com/heroku/buildpacks-ruby/compare/v10.0.0...v10.0.1
172175
[10.0.0]: https://github.com/heroku/buildpacks-ruby/compare/v9.0.0...v10.0.0
173176
[9.0.0]: https://github.com/heroku/buildpacks-ruby/compare/v8.0.0...v9.0.0

buildpacks/ruby/buildpack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ api = "0.10"
22

33
[buildpack]
44
id = "heroku/ruby"
5-
version = "10.0.1"
5+
version = "10.1.0"
66
name = "Heroku Ruby"
77
homepage = "https://github.com/heroku/buildpacks-ruby"
88
description = "Heroku's buildpack for Ruby applications."

0 commit comments

Comments
 (0)