Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 2.04 KB

File metadata and controls

55 lines (31 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, this project adheres to Semantic Versioning, commits follow Conventional Commits, and this changelog is generated by Structured Changelog.

v0.2.0 - 2026-02-28

Highlights

  • Organization rename from agentplexus to plexusone

Changed

  • Breaking: Module path changed from github.com/agentplexus/ogen-tools to github.com/plexusone/ogen-tools (74707ba)

Fixed

  • Use #nosec directive for gosec G703 suppressions in CLI tools (b949aa1)

Dependencies

  • Bump github.com/ogen-go/ogen from 1.18.0 to 1.20.0 (584d706)

Build

  • Update Go versions in CI workflow (8fe31a5)

v0.1.0 - 2025-12-31

Highlights

  • Initial release of ogen-tools CLI utilities for ogen-go code generation fixes

Added

  • ogen-fixerror CLI tool to fix UnexpectedStatusCode returns in generated response decoders (49491e4)
  • ogen-fixnull CLI tool to fix Opt* Decode methods to handle null JSON values correctly (49491e4)

Documentation

  • README with usage instructions (1625200)

Build

  • golangci-lint configuration and fixes (1c2ae8c)