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

Update CHANGELOG #106

Merged
merged 1 commit into from
Mar 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,29 @@

## [Unreleased](https://github.com/stanislaw/FileCheck.py/tree/HEAD)

[Full Changelog](https://github.com/stanislaw/FileCheck.py/compare/v0.0.12...HEAD)
[Full Changelog](https://github.com/stanislaw/FileCheck.py/compare/v0.0.13...HEAD)

**Merged pull requests:**

- Bump version: 0.0.12 → 0.0.13 [\#105](https://github.com/stanislaw/FileCheck.py/pull/105) ([stanislaw](https://github.com/stanislaw))

## [v0.0.13](https://github.com/stanislaw/FileCheck.py/tree/v0.0.13) (2020-03-25)

[Full Changelog](https://github.com/stanislaw/FileCheck.py/compare/v0.0.12...v0.0.13)

**Fixed bugs:**

- Possible bug: multiple CHECK\_NOT strings get shadowed by each other [\#103](https://github.com/stanislaw/FileCheck.py/issues/103)

**Closed issues:**

- Test against FileCheck from LLVM 8, 9 and 10. [\#100](https://github.com/stanislaw/FileCheck.py/issues/100)

**Merged pull requests:**

- CHECK-NOT: Fix edge case when CHECK\_NOT strings get shadowed by each [\#104](https://github.com/stanislaw/FileCheck.py/pull/104) ([stanislaw](https://github.com/stanislaw))
- tests/integration: add FileCheck 9.0.1 Linux and macOS [\#101](https://github.com/stanislaw/FileCheck.py/pull/101) ([stanislaw](https://github.com/stanislaw))
- Update CHANGELOG [\#99](https://github.com/stanislaw/FileCheck.py/pull/99) ([stanislaw](https://github.com/stanislaw))
- Bump version: 0.0.11 → 0.0.12 [\#98](https://github.com/stanislaw/FileCheck.py/pull/98) ([stanislaw](https://github.com/stanislaw))

## [v0.0.12](https://github.com/stanislaw/FileCheck.py/tree/v0.0.12) (2020-02-16)
Expand Down