Skip to content

Commit f9e064a

Browse files
committed
bumped version
1 parent 076b2fc commit f9e064a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 1.7.6 (2024-10-07)
4+
5+
- Added support for named `exports` (assigning an alias to the column name in the resource query file) - allows for more generalization and reuse of query files
6+
7+
## 1.7.5 (2024-09-28)
8+
9+
- Renamed the variable `vars` to `env_vars` for clarity and consistency
10+
311
## 1.7.4 (2024-09-19)
412

513
- Colorizing the headings in `stack-deploy info` to green

setup.py

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

1111
setup(
1212
name='stackql-deploy',
13-
version='1.7.4',
13+
version='1.7.6',
1414
description='Model driven resource provisioning and deployment framework using StackQL.',
1515
long_description=readme,
1616
long_description_content_type='text/x-rst',

stackql_deploy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.7.4'
1+
__version__ = '1.7.6'

0 commit comments

Comments
 (0)