Skip to content

Commit

Permalink
chore(release): 1.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.1](v1.12.0...v1.12.1) (2024-11-25)

### Bug Fixes

* Update version extraction in install script for improved reliability ([205212c](205212c))
  • Loading branch information
semantic-release-bot committed Nov 25, 2024
1 parent 205212c commit dfadffc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.12.1](https://github.com/edenreich/kopgen/compare/v1.12.0...v1.12.1) (2024-11-25)

### Bug Fixes

* Update version extraction in install script for improved reliability ([205212c](https://github.com/edenreich/kopgen/commit/205212cb9e15a3460a337b78cd8cbd24c4446b08))

## [1.12.0](https://github.com/edenreich/kopgen/compare/v1.11.0...v1.12.0) (2024-11-22)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kopgen"
version = "1.12.0"
version = "1.12.1"
edition = "2021"
description = "Generate the Kubernetes operator rust code and manifests from the OpenAPI spec"

Expand Down
2 changes: 1 addition & 1 deletion cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use clap::{Parser, Subcommand};
#[derive(Parser)]
#[command(
name = "Kubernetes Operator Generator (kopgen)",
version = "v1.12.0",
version = "v1.12.1",
author = "Eden Reich <[email protected]>",
arg_required_else_help = true
)]
Expand Down

0 comments on commit dfadffc

Please sign in to comment.