Skip to content

Commit 65bac67

Browse files
Merge pull request #110 from seibert-media/release-3.1.2
Release 3.2.0
2 parents 3c5f24c + b10c765 commit 65bac67

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
# 3.2.0
4+
- Added check for dangerous var values
5+
- Filtering comments in VARs file(CSV)
6+
- Fix: Shell completion now recursively searches from sub directories
7+
38
# 3.1.0
49
- Feature: Add AUTOMATIX_SCRIPT_LOCATION and AUTOMATIX_SCRIPT_NAME as environment variables for shell actions
510

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='automatix',
8-
version='3.1.0',
8+
version='3.2.0',
99
description='Automation wrapper for bash and python commands',
1010
keywords=['bash', 'shell', 'command', 'automation', 'process', 'wrapper', 'devops', 'system administration'],
1111
long_description=long_description,

0 commit comments

Comments
 (0)