Skip to content

Commit

Permalink
Release 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vanadinit committed Jul 20, 2024
1 parent b4c1734 commit 99a6984
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

# 2.3.0
- Feature: Make Bash path configurable
- Feature: Overwriting configuration by environment variables also for `boolean` type.
- Refactoring: Integrate progress bar and refactor. External library is not needed anymore.

# 2.2.1
- Fix: Crash with parallel processing and Bundlewrap support enabled

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='automatix_cmd',
version='2.2.1',
version='2.3.0',
description='Automation wrapper for bash and python commands',
keywords=['bash', 'shell', 'command', 'automation', 'process', 'wrapper', 'devops', 'system administration'],
long_description=long_description,
Expand Down

0 comments on commit 99a6984

Please sign in to comment.