chore(release): bump version to 0.11.0 - #114
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TL;DRThe gem version changes to
0.11.0, and the changelog now describes the complete release contents and contributors.Change diagram
flowchart LR accTitle: Langfuse Ruby 0.11.0 release flow accDescr: The release pull request updates main before a second release run tags the commit, builds the gem, and permits manual publishing. A["main at 0.10.1"] --> B["Release pull request"] B --> C["main at 0.11.0"] C --> D["Run release skill again"] D --> E["Tag v0.11.0"] E --> F["Build gem"] F --> G["Manual MFA publish"]WhyThe current published gem is
0.10.1. Since that release, the SDK added data reads, synchronous scores, prompt variables, telemetry controls, and lifecycle fixes.This pull request moves the unreleased notes into the
0.11.0section. It adds pull request references and an Alan Marx contributor callout. Alan authored #98, #99, #100, and #102.The pull request changes only
CHANGELOG.md,Gemfile.lock, andlib/langfuse/version.rb. The tag and gem build must wait until this pull request merges. The merged commit must remain the head ofmainduring finalization.ChecklistVerification
I ran the complete repository check locally. RSpec passed 1,636 examples with 96.93% line coverage. RuboCop inspected 108 files and found no offenses.
bundle checkconfirmed that all dependencies are available. Release metadata checks confirmed version0.11.0in the version file and lockfile. The checks also confirmed the emptyUnreleasedsection, comparison links, and Alan Marx callout.I did not build or publish the gem. The release skill reserves the build for the merged release commit. RubyGems publishing requires a manual MFA-protected command.
I did not preview the rendered Mermaid diagram. GitHub must render the diagram in this pull request.
Note
Low Risk
No application or library runtime code changes鈥攐nly version and changelog/release documentation.
Overview
Prepares langfuse-rb 0.11.0 by bumping
VERSIONinlib/langfuse/version.rband the localGemfile.lockentry from0.10.1to0.11.0.CHANGELOG.md moves the former
[Unreleased]notes into a dated[0.11.0] - 2026-08-19section, adds an Alan Marx contributor note, rewrites bullets with PR references, adds a Documentation subsection, leaves[Unreleased]empty, and updates the compare links (v0.11.0...HEAD,v0.10.1...v0.11.0).Reviewed by Cursor Bugbot for commit 57425c0. Bugbot is set up for automated code reviews on this repo. Configure here.