Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgraded to v35.6.0 #1002

Merged
merged 1 commit into from Feb 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
35 changes: 25 additions & 10 deletions HISTORY.md
Expand Up @@ -2,19 +2,34 @@

## [Unreleased](https://github.com/tj-actions/changed-files/tree/HEAD)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v35.5.6...HEAD)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v35.6.0...HEAD)

**Implemented enhancements:**

- \[Feature\] Add support for listing deleted submodules [\#999](https://github.com/tj-actions/changed-files/issues/999)

## [v35.6.0](https://github.com/tj-actions/changed-files/tree/v35.6.0) (2023-02-26)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v35...v35.6.0)

## [v35](https://github.com/tj-actions/changed-files/tree/v35) (2023-02-26)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v35.5.6...v35)

**Fixed bugs:**

- \[BUG\] Running on PR doesn't get the correct head sha [\#998](https://github.com/tj-actions/changed-files/issues/998)
- \[BUG\] action fails when with a Git tag instead of branch [\#995](https://github.com/tj-actions/changed-files/issues/995)

## [v35.5.6](https://github.com/tj-actions/changed-files/tree/v35.5.6) (2023-02-20)
**Merged pull requests:**

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v35...v35.5.6)
- feat: add support for listing deleted submodules. [\#1001](https://github.com/tj-actions/changed-files/pull/1001) ([jackton1](https://github.com/jackton1))
- fix: readme typo [\#1000](https://github.com/tj-actions/changed-files/pull/1000) ([benhammondmusic](https://github.com/benhammondmusic))
- Upgraded to v35.5.6 [\#997](https://github.com/tj-actions/changed-files/pull/997) ([jackton1](https://github.com/jackton1))

## [v35](https://github.com/tj-actions/changed-files/tree/v35) (2023-02-20)
## [v35.5.6](https://github.com/tj-actions/changed-files/tree/v35.5.6) (2023-02-20)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v35.5.5...v35)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v35.5.5...v35.5.6)

**Implemented enhancements:**

Expand Down Expand Up @@ -1838,7 +1853,7 @@

## [v13](https://github.com/tj-actions/changed-files/tree/v13) (2022-02-17)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v12.2...v13)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v2.0.1...v13)

**Implemented enhancements:**

Expand All @@ -1857,13 +1872,13 @@
- \[BUG\] wrong result of any\_change output [\#314](https://github.com/tj-actions/changed-files/issues/314)
- \[BUG\] Investigate possible bug using since\_last\_remote\_commit when force pushing changes. [\#303](https://github.com/tj-actions/changed-files/issues/303)

## [v12.2](https://github.com/tj-actions/changed-files/tree/v12.2) (2021-12-30)
## [v2.0.1](https://github.com/tj-actions/changed-files/tree/v2.0.1) (2021-12-30)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v2.0.1...v12.2)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v12.2...v2.0.1)

## [v2.0.1](https://github.com/tj-actions/changed-files/tree/v2.0.1) (2021-12-30)
## [v12.2](https://github.com/tj-actions/changed-files/tree/v12.2) (2021-12-30)

[Full Changelog](https://github.com/tj-actions/changed-files/compare/v12.1...v2.0.1)
[Full Changelog](https://github.com/tj-actions/changed-files/compare/v12.1...v12.2)

**Merged pull requests:**

Expand Down