Skip to content

Commit bc1aa7a

Browse files
chore(v2): release 2.33.0 (#308)
🤖 I have created a release *beep* *boop* --- ## [2.33.0](v2.32.1...v2.33.0) (2025-10-31) ### Features * Add test count summary to display total and skipped tests ([#307](#307)) ([7662be6](7662be6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7662be6 commit bc1aa7a

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,3 +1,3 @@
11
{
2-
".": "2.32.1"
2+
".": "2.33.0"
33
}

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 project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.33.0](https://github.com/launchdarkly/sdk-test-harness/compare/v2.32.1...v2.33.0) (2025-10-31)
6+
7+
8+
### Features
9+
10+
* Add test count summary to display total and skipped tests ([#307](https://github.com/launchdarkly/sdk-test-harness/issues/307)) ([7662be6](https://github.com/launchdarkly/sdk-test-harness/commit/7662be6e1ccf7102f1478a8a912dfcad740246f1))
11+
512
## [2.32.1](https://github.com/launchdarkly/sdk-test-harness/compare/v2.32.0...v2.32.1) (2025-10-17)
613

714

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
const defaultPort = 8111
21-
const versionString string = "2.32.1" // {{ x-release-please-version }}
21+
const versionString string = "2.33.0" // {{ x-release-please-version }}
2222

2323
func main() {
2424
fmt.Printf("sdk-test-harness v%s\n", strings.TrimSpace(versionString))

0 commit comments

Comments
 (0)