Skip to content

Commit 28c0dd6

Browse files
chore(v7): release 0.1.0
1 parent b175f8c commit 28c0dd6

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "7.13.4",
2+
".": "0.1.0",
33
"ldotel": "1.3.0",
44
"ldai": "0.7.1",
55
"ldmiddleware": "0.1.0"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.1.0](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.4...v0.1.0) (2025-08-21)
6+
7+
8+
### Bug Fixes
9+
10+
* **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))
11+
512
## [7.13.4](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.3...v7.13.4) (2025-08-21)
613

714

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package internal
22

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

0 commit comments

Comments
 (0)