Skip to content

Commit

Permalink
1.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pruje committed Jun 8, 2018
1 parent 018a110 commit a58007e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Changelog
This project adheres to [Semantic Versioning](http://semver.org/).

## 1.9.0 (2018-06-08)
### Added
- New function: `lb_edit()` to edit a file properly with the `sed -i` command

### Changes
- `lb_array_contains()` renamed to `lb_in_array()` (old name kept for compatibility)
- `lb_dir_is_empty()` renamed to `lb_is_dir_empty()` (old name kept for compatibility)
- Improve error management to avoid crashes when using command `set -e`
- Code quality improved by [ShellCheck](https://www.shellcheck.net/)
- Various performance improvements

## 1.8.0 (2018-01-26)
### New features
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-2018 Jean Prunneaux #
' # Website: https://github.com/pruje/libbash.sh #
' # #
' # Version 1.8.0 (2018-01-27) #
' # Version 1.9.0 (2018-06-08) #
' # #
' ########################################################

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-2018 Jean Prunneaux #
# Website: https://github.com/pruje/libbash.sh #
# #
# Version 1.9.0 (2018-05-12) #
# Version 1.9.0 (2018-06-08) #
# #
########################################################

lb_version=1.9.0-beta.1
lb_version=1.9.0

# 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-2018 Jean Prunneaux #
# Website: https://github.com/pruje/libbash.sh #
# #
# Version 1.8.0 (2018-01-27) #
# Version 1.9.0 (2018-06-08) #
# #
########################################################

Expand Down

0 comments on commit a58007e

Please sign in to comment.