Skip to content

Commit

Permalink
1.17.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pruje committed Jul 17, 2020
1 parent ffbb3f6 commit 8a1b2d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.17.1 (2020-07-17)
### Bugfixes
- Fix bug that could run false commands on Windows
- Secure `lb_import_config` with escape of `<` and `>` characters

## 1.17.0 (2020-07-17)
### New features
- New function `lb_cmd_to_array` to store results of a command in an array.
Expand Down
4 changes: 2 additions & 2 deletions libbash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
# Copyright (c) 2017-2020 Jean Prunneaux #
# Website: https://github.com/pruje/libbash.sh #
# #
# Version 1.17.0 (2020-07-17) #
# Version 1.17.1 (2020-07-17) #
# #
########################################################

declare -r lb_version=1.17.0
declare -r lb_version=1.17.1

# Index
#
Expand Down
2 changes: 1 addition & 1 deletion libbash_gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Copyright (c) 2017-2020 Jean Prunneaux #
# Website: https://github.com/pruje/libbash.sh #
# #
# Version 1.17.0 (2020-07-17) #
# Version 1.17.1 (2020-07-17) #
# #
########################################################

Expand Down

0 comments on commit 8a1b2d0

Please sign in to comment.