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
- Organization rename from agentplexus to plexusone
- Breaking: Module path changed from
github.com/agentplexus/ogen-toolstogithub.com/plexusone/ogen-tools(74707ba)
- Use
#nosecdirective for gosec G703 suppressions in CLI tools (b949aa1)
- Bump
github.com/ogen-go/ogenfrom 1.18.0 to 1.20.0 (584d706)
- Update Go versions in CI workflow (
8fe31a5)
v0.1.0 - 2025-12-31
- Initial release of ogen-tools CLI utilities for ogen-go code generation fixes
ogen-fixerrorCLI tool to fix UnexpectedStatusCode returns in generated response decoders (49491e4)ogen-fixnullCLI tool to fix Opt* Decode methods to handle null JSON values correctly (49491e4)
- README with usage instructions (
1625200)
- golangci-lint configuration and fixes (
1c2ae8c)