Skip to content

Commit 27fb324

Browse files
committed
Update CHANGELOG
1 parent d64ffa3 commit 27fb324

File tree

1 file changed

+31
-3
lines changed

1 file changed

+31
-3
lines changed

CHANGELOG.md

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [Unreleased](https://github.com/stanislaw/FileCheck.py/tree/HEAD)
4+
5+
[Full Changelog](https://github.com/stanislaw/FileCheck.py/compare/v0.0.15...HEAD)
6+
7+
**Merged pull requests:**
8+
9+
- Bump version: 0.0.14 → 0.0.15 [\#142](https://github.com/stanislaw/FileCheck.py/pull/142) ([stanislaw](https://github.com/stanislaw))
10+
11+
## [v0.0.15](https://github.com/stanislaw/FileCheck.py/tree/v0.0.15) (2020-04-27)
12+
13+
[Full Changelog](https://github.com/stanislaw/FileCheck.py/compare/v0.0.14...v0.0.15)
14+
15+
**Implemented enhancements:**
16+
17+
- Implement option: --implicit-check-not [\#75](https://github.com/stanislaw/FileCheck.py/issues/75)
18+
19+
**Merged pull requests:**
20+
21+
- FileCheck.pdf: update implementation coverage [\#141](https://github.com/stanislaw/FileCheck.py/pull/141) ([stanislaw](https://github.com/stanislaw))
22+
- docs: --implicit-check-not option [\#140](https://github.com/stanislaw/FileCheck.py/pull/140) ([stanislaw](https://github.com/stanislaw))
23+
- Support more tests on Windows by switching to %printf \(part 2\) [\#139](https://github.com/stanislaw/FileCheck.py/pull/139) ([stanislaw](https://github.com/stanislaw))
24+
- --implicit-check-not: test multiple arguments and case insensitive match cases [\#138](https://github.com/stanislaw/FileCheck.py/pull/138) ([stanislaw](https://github.com/stanislaw))
25+
- Support more tests on Windows by switching to %printf [\#137](https://github.com/stanislaw/FileCheck.py/pull/137) ([stanislaw](https://github.com/stanislaw))
26+
- Option: --implicit-check-not [\#136](https://github.com/stanislaw/FileCheck.py/pull/136) ([stanislaw](https://github.com/stanislaw))
27+
- tools/expect\_exit: improve error reporting [\#135](https://github.com/stanislaw/FileCheck.py/pull/135) ([stanislaw](https://github.com/stanislaw))
28+
- docs: remove wrong section [\#134](https://github.com/stanislaw/FileCheck.py/pull/134) ([stanislaw](https://github.com/stanislaw))
29+
- Bump version: 0.0.13 → 0.0.14 [\#133](https://github.com/stanislaw/FileCheck.py/pull/133) ([stanislaw](https://github.com/stanislaw))
30+
331
## [v0.0.14](https://github.com/stanislaw/FileCheck.py/tree/v0.0.14) (2020-04-23)
432

533
[Full Changelog](https://github.com/stanislaw/FileCheck.py/compare/v0.0.13...v0.0.14)
@@ -145,10 +173,10 @@
145173

146174
**Merged pull requests:**
147175

176+
- CHECK-NOT: edge case: failing CHECK has higher precedence than failing CHECK-NOT [\#64](https://github.com/stanislaw/FileCheck.py/pull/64) ([stanislaw](https://github.com/stanislaw))
148177
- CHECK-EMPTY: edge case when it matches the end of input but there are more checks to fail [\#62](https://github.com/stanislaw/FileCheck.py/pull/62) ([stanislaw](https://github.com/stanislaw))
149178
- --version: add more details about filecheck [\#61](https://github.com/stanislaw/FileCheck.py/pull/61) ([stanislaw](https://github.com/stanislaw))
150179
- Bump version: 0.0.4 → 0.0.5 [\#60](https://github.com/stanislaw/FileCheck.py/pull/60) ([stanislaw](https://github.com/stanislaw))
151-
- CHECK-EMPTY: consistent behavior when followed by normal CHECKS [\#58](https://github.com/stanislaw/FileCheck.py/pull/58) ([stanislaw](https://github.com/stanislaw))
152180

153181
## [v0.0.5](https://github.com/stanislaw/FileCheck.py/tree/v0.0.5) (2019-12-13)
154182

@@ -160,14 +188,13 @@
160188

161189
**Merged pull requests:**
162190

163-
- CHECK-NOT: edge case: failing CHECK has higher precedence than failing CHECK-NOT [\#64](https://github.com/stanislaw/FileCheck.py/pull/64) ([stanislaw](https://github.com/stanislaw))
164191
- Fix calculation of the current\_scan\_base [\#59](https://github.com/stanislaw/FileCheck.py/pull/59) ([stanislaw](https://github.com/stanislaw))
192+
- CHECK-EMPTY: consistent behavior when followed by normal CHECKS [\#58](https://github.com/stanislaw/FileCheck.py/pull/58) ([stanislaw](https://github.com/stanislaw))
165193
- Refactoring: extract checks to a separate function [\#57](https://github.com/stanislaw/FileCheck.py/pull/57) ([stanislaw](https://github.com/stanislaw))
166194
- CHECK-EMPTY: negative match [\#56](https://github.com/stanislaw/FileCheck.py/pull/56) ([stanislaw](https://github.com/stanislaw))
167195
- CHECK-NEXT: negative regex match [\#55](https://github.com/stanislaw/FileCheck.py/pull/55) ([stanislaw](https://github.com/stanislaw))
168196
- Bump version: 0.0.3 → 0.0.4 [\#53](https://github.com/stanislaw/FileCheck.py/pull/53) ([stanislaw](https://github.com/stanislaw))
169197
- Refactoring: remove obsolete code [\#51](https://github.com/stanislaw/FileCheck.py/pull/51) ([stanislaw](https://github.com/stanislaw))
170-
- Everything what's needed to publish a pip package [\#45](https://github.com/stanislaw/FileCheck.py/pull/45) ([stanislaw](https://github.com/stanislaw))
171198

172199
## [v0.0.4](https://github.com/stanislaw/FileCheck.py/tree/v0.0.4) (2019-12-08)
173200

@@ -200,6 +227,7 @@
200227
**Merged pull requests:**
201228

202229
- --help command: remove artifacts introduced by testing [\#47](https://github.com/stanislaw/FileCheck.py/pull/47) ([stanislaw](https://github.com/stanislaw))
230+
- Everything what's needed to publish a pip package [\#45](https://github.com/stanislaw/FileCheck.py/pull/45) ([stanislaw](https://github.com/stanislaw))
203231
- Help command: enough to get going [\#44](https://github.com/stanislaw/FileCheck.py/pull/44) ([stanislaw](https://github.com/stanislaw))
204232
- Fix some typos [\#43](https://github.com/stanislaw/FileCheck.py/pull/43) ([AlexDenisov](https://github.com/AlexDenisov))
205233
- Add Poetry [\#42](https://github.com/stanislaw/FileCheck.py/pull/42) ([stanislaw](https://github.com/stanislaw))

0 commit comments

Comments
 (0)