Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DaemonDude23 committed Jul 23, 2023
1 parent 944918f commit 7405804
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
files: |
src/build/helmizer.exe
src/build/helmizer.bin
src/build/helmizer.app/**/*
src/build/*.helmizer.app/**/*
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
**Changelog**

- [2023](#2023)
- [v0.13.0](#v0130)
- [v0.14.0](#v0140)
- [v0.14.0](#v0140-1)
- [2022](#2022)
- [v0.12.0](#v0120)
- [v0.11.0](#v0110)
Expand All @@ -22,7 +23,15 @@

# 2023

## [v0.13.0](https://github.com/DaemonDude23/helmizer/releases/tag/v0.13.0)
## [v0.14.0](https://github.com/DaemonDude23/helmizer/releases/tag/v0.14.0)

July 23 2023

**Enhancements**

- Switched to using Nuitka for packaging into a single file, replacing PyInstaller. Otherwise no code changes.

## [v0.14.0](https://github.com/DaemonDude23/helmizer/releases/tag/v0.14.0)

February 4 2023

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ kustomize: # this is essentially an overlay for your eventual kustomization.yam
For local installation/use of the raw script, I use a local virtual environment to isolate dependencies:

```bash
git clone https://github.com/DaemonDude23/helmizer.git -b v0.13.0
git clone https://github.com/DaemonDude23/helmizer.git -b v0.14.0
cd helmizer
```

Expand Down
2 changes: 1 addition & 1 deletion src/helmizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def init_arg_parser():
help="quiet output from subprocesses",
default=False,
)
args.add_argument("--version", "-v", action="version", version="v0.13.0")
args.add_argument("--version", "-v", action="version", version="v0.14.0")
args.add_argument(
"helmizer_config",
action="store",
Expand Down

0 comments on commit 7405804

Please sign in to comment.