Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

chore: release v0.23.3#277

Merged
shikhar merged 1 commit intomainfrom
release-plz-2026-01-27T00-22-46Z
Jan 27, 2026
Merged

chore: release v0.23.3#277
shikhar merged 1 commit intomainfrom
release-plz-2026-01-27T00-22-46Z

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 27, 2026

🤖 New release

  • s2-sdk: 0.23.2 -> 0.23.3 (✓ API compatible changes)
Changelog

[0.23.3] - 2026-01-27

Bug Fixes

  • Explicitly enable git tagging and releases in release-plz (#276)
  • Rename S2_INSECURE to S2_SSL_NO_VERIFY (#278)


This PR was generated with release-plz.

@github-actions github-actions bot requested a review from a team as a code owner January 27, 2026 00:22
@greptile-apps
Copy link

greptile-apps bot commented Jan 27, 2026

Greptile Overview

Greptile Summary

This PR bumps the package version from 0.23.2 to 0.23.3, documenting a bug fix related to enabling git tagging and releases in release-plz.

  • Version incremented across Cargo.toml and Cargo.lock
  • CHANGELOG.md updated with new release entry for v0.23.3
  • All changes are consistent and follow the standard release process
  • No code logic changes, only version metadata updates

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • This is an automated release PR that only updates version metadata in standard files (Cargo.toml, Cargo.lock, CHANGELOG.md). All changes are consistent and properly formatted with no code logic modifications.
  • No files require special attention

Important Files Changed

Filename Overview
CHANGELOG.md Added v0.23.3 release entry documenting the git tagging/releases fix
Cargo.toml Version bumped from 0.23.2 to 0.23.3
Cargo.lock Lock file updated to reflect v0.23.3 version bump

Sequence Diagram

sequenceDiagram
    participant Bot as github-actions[bot]
    participant ReleasePlz as release-plz
    participant Repo as Repository
    participant CargoToml as Cargo.toml
    participant CargoLock as Cargo.lock
    participant Changelog as CHANGELOG.md

    Bot->>ReleasePlz: Trigger release automation
    ReleasePlz->>Repo: Detect changes since v0.23.2
    ReleasePlz->>CargoToml: Update version: 0.23.2 → 0.23.3
    ReleasePlz->>CargoLock: Regenerate with new version
    ReleasePlz->>Changelog: Add v0.23.3 entry with bug fix note
    ReleasePlz->>Repo: Create PR #277
    Bot->>Repo: Submit PR for review
Loading

@github-actions github-actions bot force-pushed the release-plz-2026-01-27T00-22-46Z branch from 41fcdd8 to bfce53a Compare January 27, 2026 00:59
@shikhar shikhar merged commit 65a1e5a into main Jan 27, 2026
@shikhar shikhar deleted the release-plz-2026-01-27T00-22-46Z branch January 27, 2026 01:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant