From 975e5b7d88b48b55f7458121b46f933547414495 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Aug 2024 19:31:57 +0000 Subject: [PATCH] chore(release): 2.1.10 [skip ci] ## [2.1.10](https://github.com/norlab-ulaval/norlab-shell-script-tools/compare/v2.1.9...v2.1.10) (2024-08-08) ### Bug Fixes * **error-handling:** Improve error messages in library sourcing script ([329cf65](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/329cf659e475f58c2be03e802f5ec9163ab8ed42)) ### Refactoring * replace pushd/popd with local variable handling for directory navigation ([276b91e](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/276b91e1c2fb1b425c65e8bdd02b2b7ab1aaa1c0)) ### Test related * **import lib:** add tests for return to original dir on script exit ([d1f3220](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/d1f32207b6155485664be7cbd7b837b7ca79d5c8)) --- CHANGELOG.md | 14 ++++++++++++++ version.txt | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1e3158..53bda6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ Automatically generated by semantic-release +## [2.1.10](https://github.com/norlab-ulaval/norlab-shell-script-tools/compare/v2.1.9...v2.1.10) (2024-08-08) + +### Bug Fixes + +* **error-handling:** Improve error messages in library sourcing script ([329cf65](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/329cf659e475f58c2be03e802f5ec9163ab8ed42)) + +### Refactoring + +* replace pushd/popd with local variable handling for directory navigation ([276b91e](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/276b91e1c2fb1b425c65e8bdd02b2b7ab1aaa1c0)) + +### Test related + +* **import lib:** add tests for return to original dir on script exit ([d1f3220](https://github.com/norlab-ulaval/norlab-shell-script-tools/commit/d1f32207b6155485664be7cbd7b837b7ca79d5c8)) + ## [2.1.9](https://github.com/norlab-ulaval/norlab-shell-script-tools/compare/v2.1.8...v2.1.9) (2024-08-06) ### Bug Fixes diff --git a/version.txt b/version.txt index 63a1a1c..8dbb0f2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.1.9 +2.1.10