Skip to content

Commit

Permalink
Release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-p-a-u-l committed Dec 19, 2023
1 parent 994315b commit 2d55d08
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

# 1.14.0
- Feature: Remove trailing new lines in Shell command assignments
- Feature: Possibility to change index on reload from file
- Fix: Return returncode for non-Bundlewrap remote action

# 1.13.0
- Python 3.8 is now required
- Feature: Reload from file during runtime
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',
version='1.13.0',
version='1.14.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 2d55d08

Please sign in to comment.