Skip to content

Commit 6636894

Browse files
committed
Regenerate CHANGELOG
1 parent 4e91f7c commit 6636894

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

CHANGELOG.md

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,24 @@
22

33
## [Unreleased](https://github.com/mull-project/FileCheck.py/tree/HEAD)
44

5-
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/v0.0.19...HEAD)
5+
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/v0.0.20...HEAD)
66

77
**Merged pull requests:**
88

9+
- Bump version: 0.0.19 → 0.0.20 [\#164](https://github.com/mull-project/FileCheck.py/pull/164) ([stanislaw](https://github.com/stanislaw))
10+
11+
## [v0.0.20](https://github.com/mull-project/FileCheck.py/tree/v0.0.20) (2021-11-27)
12+
13+
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/v0.0.19...v0.0.20)
14+
15+
**Closed issues:**
16+
17+
- Outputs are not treated as UTF-8 [\#162](https://github.com/mull-project/FileCheck.py/issues/162)
18+
19+
**Merged pull requests:**
20+
21+
- Force stdout to always encode UTF8 [\#163](https://github.com/mull-project/FileCheck.py/pull/163) ([stanislaw](https://github.com/stanislaw))
22+
- Regenerate CHANGELOG [\#161](https://github.com/mull-project/FileCheck.py/pull/161) ([stanislaw](https://github.com/stanislaw))
923
- Bump version: 0.0.18 → 0.0.19 [\#160](https://github.com/mull-project/FileCheck.py/pull/160) ([stanislaw](https://github.com/stanislaw))
1024

1125
## [v0.0.19](https://github.com/mull-project/FileCheck.py/tree/v0.0.19) (2021-09-25)
@@ -132,7 +146,7 @@
132146

133147
**Closed issues:**
134148

135-
- `assert current_scan_base > 0` [\#96](https://github.com/mull-project/FileCheck.py/issues/96)
149+
- `assert current\_scan\_base \> 0` [\#96](https://github.com/mull-project/FileCheck.py/issues/96)
136150
- Missing LICENSE file? [\#95](https://github.com/mull-project/FileCheck.py/issues/95)
137151
- Add documentation [\#31](https://github.com/mull-project/FileCheck.py/issues/31)
138152

@@ -246,6 +260,23 @@
246260
- Fix scanning for the best intended match [\#50](https://github.com/mull-project/FileCheck.py/pull/50) ([stanislaw](https://github.com/stanislaw))
247261
- Bump version: 0.0.2 → 0.0.3 [\#49](https://github.com/mull-project/FileCheck.py/pull/49) ([stanislaw](https://github.com/stanislaw))
248262
- --version option [\#48](https://github.com/mull-project/FileCheck.py/pull/48) ([stanislaw](https://github.com/stanislaw))
263+
264+
## [v0.0.3](https://github.com/mull-project/FileCheck.py/tree/v0.0.3) (2019-12-05)
265+
266+
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/ce965cb5571be21d0c38f6f64c6a85cc9720b620...v0.0.3)
267+
268+
**Implemented enhancements:**
269+
270+
- Feature: --check-prefix option [\#21](https://github.com/mull-project/FileCheck.py/issues/21)
271+
- Feature: --strict-whitespace option [\#4](https://github.com/mull-project/FileCheck.py/issues/4)
272+
273+
**Closed issues:**
274+
275+
- Provide help command [\#41](https://github.com/mull-project/FileCheck.py/issues/41)
276+
- Feature: "note: possible intended match here". [\#10](https://github.com/mull-project/FileCheck.py/issues/10)
277+
278+
**Merged pull requests:**
279+
249280
- --help command: remove artifacts introduced by testing [\#47](https://github.com/mull-project/FileCheck.py/pull/47) ([stanislaw](https://github.com/stanislaw))
250281
- Everything what's needed to publish a pip package [\#45](https://github.com/mull-project/FileCheck.py/pull/45) ([stanislaw](https://github.com/stanislaw))
251282
- Help command: enough to get going [\#44](https://github.com/mull-project/FileCheck.py/pull/44) ([stanislaw](https://github.com/stanislaw))
@@ -282,20 +313,6 @@
282313
- Fix test: CHECK/one\_string/01-negative\_match [\#2](https://github.com/mull-project/FileCheck.py/pull/2) ([stanislaw](https://github.com/stanislaw))
283314
- Feature: CHECK-NOT/one\_string/01-negative\_match [\#1](https://github.com/mull-project/FileCheck.py/pull/1) ([stanislaw](https://github.com/stanislaw))
284315

285-
## [v0.0.3](https://github.com/mull-project/FileCheck.py/tree/v0.0.3) (2019-12-05)
286-
287-
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/41176a9c5044d5c76dc0c0655f15f8ecebcb8bb3...v0.0.3)
288-
289-
**Implemented enhancements:**
290-
291-
- Feature: --check-prefix option [\#21](https://github.com/mull-project/FileCheck.py/issues/21)
292-
- Feature: --strict-whitespace option [\#4](https://github.com/mull-project/FileCheck.py/issues/4)
293-
294-
**Closed issues:**
295-
296-
- Provide help command [\#41](https://github.com/mull-project/FileCheck.py/issues/41)
297-
- Feature: "note: possible intended match here". [\#10](https://github.com/mull-project/FileCheck.py/issues/10)
298-
299316

300317

301318
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)