Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
".": "7.13.4",
".": "0.1.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: SDK Version Downgrade Breaks Dependency Management

The main SDK's version is incorrectly downgraded from 7.13.4 to 0.1.0. This violates semantic versioning, breaking dependency management for users. It looks like a mix-up with the new ldmiddleware subpackage's 0.1.0 version, or a release automation issue, especially since the PR title references 'v7'.

Additional Locations (1)

Fix in Cursor Fix in Web

"ldotel": "1.3.0",
"ldai": "0.7.1",
"ldmiddleware": "0.1.0"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the LaunchDarkly Go SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [0.1.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.4...v0.1.0) (2025-08-21)


### Bug Fixes

* **experimental:** Add ldmiddleware library, utilities for creating scoped clients, contexts, events automatically ([#306](https://github.com/launchdarkly/go-server-sdk/issues/306)) ([b175f8c](https://github.com/launchdarkly/go-server-sdk/commit/b175f8cf065ce85f54f303fbc9874b9dbecd87ed))

## [7.13.4](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.3...v7.13.4) (2025-08-21)


Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package internal

// SDKVersion is the current version string of the SDK. This is updated by our release scripts.
const SDKVersion = "7.13.4" // {{ x-release-please-version }}
const SDKVersion = "0.1.0" // {{ x-release-please-version }}