From 79d8484d5c1d2ec90fed296cb0bce90e38742612 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 24 Nov 2021 22:17:10 -0500 Subject: [PATCH] Upgraded from v8.7 -> v8.8 (#123) Co-authored-by: jackton1 --- HISTORY.md | 16 ++++++++++++++++ README.md | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 261013e..9327ffc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,21 @@ # Changelog +## [v8.8](https://github.com/tj-actions/verify-changed-files/tree/v8.8) (2021-11-25) + +[Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.7...v8.8) + +**Fixed bugs:** + +- \[BUG\] Support filenames with spaces [\#97](https://github.com/tj-actions/verify-changed-files/issues/97) + +**Merged pull requests:** + +- Handle spaces in filenames [\#121](https://github.com/tj-actions/verify-changed-files/pull/121) ([jackton1](https://github.com/jackton1)) +- Updated README.md [\#120](https://github.com/tj-actions/verify-changed-files/pull/120) ([jackton1](https://github.com/jackton1)) +- Add a Codacy badge to README.md [\#119](https://github.com/tj-actions/verify-changed-files/pull/119) ([codacy-badger](https://github.com/codacy-badger)) +- Updated README.md [\#118](https://github.com/tj-actions/verify-changed-files/pull/118) ([jackton1](https://github.com/jackton1)) +- Upgraded to v8.7 [\#117](https://github.com/tj-actions/verify-changed-files/pull/117) ([jackton1](https://github.com/jackton1)) + ## [v8.7](https://github.com/tj-actions/verify-changed-files/tree/v8.7) (2021-11-24) [Full Changelog](https://github.com/tj-actions/verify-changed-files/compare/v8.6...v8.7) diff --git a/README.md b/README.md index 6657331..da3214d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Verify that certain files or directories did or did not change during the workfl echo "Changed" > test_directory/new.txt - name: Verify Changed files - uses: tj-actions/verify-changed-files@v8.7 + uses: tj-actions/verify-changed-files@v8.8 id: verify-changed-files with: files: | @@ -74,7 +74,7 @@ Verify that certain files or directories did or did not change during the workfl ```yaml ... - name: Verify Changed files - uses: tj-actions/verify-changed-files@v8.7 + uses: tj-actions/verify-changed-files@v8.8 id: verify-changed-files with: files: |