Skip to content

Commit 6a98bfb

Browse files
committed
Bump to 0.3.1, update 0.3.1 changelog.
1 parent e622060 commit 6a98bfb

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to Ruby Butler will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1] - 2026-05-03
9+
10+
### Fixed
11+
- `rb sync` now relies on `BUNDLE_PATH` instead of rewriting Bundler's local path configuration, preventing the repeated "replacing the current local value of path" warning on subsequent bundle checks
12+
813
## [0.3.0] - 2026-03-03
914

1015
### Added

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["crates/*"]
44

55
[workspace.package]
6-
version = "0.3.0"
6+
version = "0.3.1"
77
edition = "2024"
88
authors = ["RubyElders.com"]
99
description = "A sophisticated Ruby environment manager that orchestrates installations and gem collections with distinguished precision"

0 commit comments

Comments
 (0)