Skip to content

Commit

Permalink
1.7.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pruje committed Dec 16, 2017
1 parent bb3fa76 commit bceb818
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.7.2 (2017-12-16)
- Improve loading and add new return codes for libbash loading status

## 1.7.1 (2017-12-01)
- Fix bad values in `$lb_current_script` `$lb_current_script_name` and `$lb_current_script_directory` (bug exists since v1.6.0)
- Fix section bugs in `lb_read_config()` and `lb_import_config()` when reading files with Windows end of line format
Expand Down
2 changes: 1 addition & 1 deletion inc/libbash_gui.vbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
' # Copyright (c) 2017 Jean Prunneaux #
' # Website: https://github.com/pruje/libbash.sh #
' # #
' # Version 1.7.1 (2017-12-01) #
' # Version 1.7.2 (2017-12-16) #
' # #
' ########################################################

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 Jean Prunneaux #
# Website: https://github.com/pruje/libbash.sh #
# #
# Version 1.7.1 (2017-12-01) #
# Version 1.7.2 (2017-12-16) #
# #
########################################################

lb_version=1.7.1
lb_version=1.7.2

# 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 Jean Prunneaux #
# Website: https://github.com/pruje/libbash.sh #
# #
# Version 1.7.1 (2017-12-01) #
# Version 1.7.2 (2017-12-16) #
# #
########################################################

Expand Down

0 comments on commit bceb818

Please sign in to comment.