Skip to content

release: 0.4.1#6

Merged
kriptoburak merged 3 commits into
mainfrom
release-please--branches--main--changes--next
May 5, 2026
Merged

release: 0.4.1#6
kriptoburak merged 3 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app Bot commented Apr 22, 2026

Automated Release PR

0.4.1 (2026-04-25)

Full Changelog: v0.4.0...v0.4.1

Bug Fixes

  • escape ampersand in OpenAPI summaries for C# XML docs (66d1655)

Chores

  • internal: more robust bootstrap script (bc2d3bb)

Documentation

  • add Contributor Covenant 2.1 Code of Conduct (#2192) (80c6f70)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

Note

Release version 0.4.1

Bumps PackageVersion in internal/version.go to 0.4.1 and updates the manifest, README install example, and changelog accordingly. Also fixes an unset-variable issue in scripts/bootstrap by using ${SKIP_BREW:-} instead of $SKIP_BREW, and replaces & with and in several doc comments.

Macroscope summarized 7d6ae95.

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app Bot commented Apr 22, 2026

🧪 Testing

To try out this version of the SDK:

Download and unzip: 'https://pkg.stainless.com/s/x-twitter-scraper-go/bc2d3bb3585703357f63126e9a3ead9496699f3c/source.zip'. Run 'go mod edit -replace github.com/Xquik-dev/x-twitter-scraper-go=/path/to/unzipped_directory'.

Expires at: Mon, 25 May 2026 05:27:59 GMT
Updated at: Sat, 25 Apr 2026 05:27:59 GMT

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented Apr 22, 2026

Greptile Summary

This is an automated patch release (0.4.1) generated by Stainless. It bumps the version across all relevant files, updates the changelog and README, and applies two targeted fixes: replacing bare & with and in Go doc comments across six service files (preventing C# XML doc tooling errors), and hardening the scripts/bootstrap shell script by using ${SKIP_BREW:-} instead of $SKIP_BREW so the script is safe when the variable is unset in strict shell environments.

Confidence Score: 5/5

Safe to merge — purely automated release with version bumps, doc comment fixes, and a minor shell script robustness improvement.

All changes are mechanical and low-risk: version string updates, changelog/README updates, identical &and comment fixes, and a correct shell variable default expansion. No logic changes, no new dependencies, no security implications.

No files require special attention.

Important Files Changed

Filename Overview
.release-please-manifest.json Version bumped from 0.4.0 to 0.4.1 — standard release automation change
.stats.yml Updated OpenAPI spec URL and hash to reflect the new spec used for 0.4.1 generation
internal/version.go PackageVersion constant bumped from "0.4.0" to "0.4.1" — consistent with release manifest
scripts/bootstrap Robustness fix: $SKIP_BREW replaced with ${SKIP_BREW:-} to safely handle unset variable in strict shell environments
trend.go Doc comment updated: & replaced with and to avoid XML/C# doc tooling issues with unescaped ampersands
x.go Doc comment updated: & replaced with and — same ampersand escaping fix
xcommunity.go Doc comment updated: & replaced with and — same ampersand escaping fix
xmedia.go Doc comment updated: & replaced with and — same ampersand escaping fix
xtweet.go Two doc comments updated: & replaced with and — same ampersand escaping fix
xuser.go Doc comment updated: & replaced with and — same ampersand escaping fix
CHANGELOG.md 0.4.1 release notes prepended with bug fix, chore, and documentation entries
README.md Installation command updated to pin v0.4.1

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[PR: release 0.4.1] --> B[Version Bumps]
    A --> C[Doc Comment Fixes]
    A --> D[Bootstrap Script Fix]

    B --> B1[.release-please-manifest.json]
    B --> B2[internal/version.go]
    B --> B3[README.md]
    B --> B4[CHANGELOG.md]
    B --> B5[.stats.yml]

    C --> C1[trend.go - ampersand to and]
    C --> C2[x.go - ampersand to and]
    C --> C3[xcommunity.go - ampersand to and]
    C --> C4[xmedia.go - ampersand to and]
    C --> C5[xtweet.go - ampersand to and x2]
    C --> C6[xuser.go - ampersand to and]

    D --> D1[scripts/bootstrap - use SKIP_BREW default expansion]
Loading

Reviews (3): Last reviewed commit: "release: 0.4.1" | Re-trigger Greptile

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 09d837b to c09b703 Compare April 23, 2026 02:43
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from c09b703 to 7d6ae95 Compare April 25, 2026 05:27
@kriptoburak kriptoburak merged commit 9c1952e into main May 5, 2026
11 checks passed
@kriptoburak kriptoburak deleted the release-please--branches--main--changes--next branch May 5, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant