Skip to content

Commit 190b37b

Browse files
committed
Regenerate CHANGELOG
1 parent bbef9db commit 190b37b

File tree

1 file changed

+42
-21
lines changed

1 file changed

+42
-21
lines changed

CHANGELOG.md

Lines changed: 42 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,38 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/mull-project/FileCheck.py/tree/HEAD)
3+
## [v0.0.24](https://github.com/mull-project/FileCheck.py/tree/v0.0.24) (2023-11-26)
44

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

77
**Merged pull requests:**
88

9+
- Bump version to 0.0.24 [\#200](https://github.com/mull-project/FileCheck.py/pull/200) ([stanislaw](https://github.com/stanislaw))
10+
- tasks: release task [\#199](https://github.com/mull-project/FileCheck.py/pull/199) ([stanislaw](https://github.com/stanislaw))
11+
- CI: Add 3.13-dev [\#198](https://github.com/mull-project/FileCheck.py/pull/198) ([stanislaw](https://github.com/stanislaw))
12+
- Pass count as keyword argument to re.sub\(\) [\#197](https://github.com/mull-project/FileCheck.py/pull/197) ([stanislaw](https://github.com/stanislaw))
13+
- CI: add Python 3.12 [\#196](https://github.com/mull-project/FileCheck.py/pull/196) ([stanislaw](https://github.com/stanislaw))
14+
- pyproject.toml: remove Poetry [\#195](https://github.com/mull-project/FileCheck.py/pull/195) ([stanislaw](https://github.com/stanislaw))
15+
- Pass `count` as keyword argument to `re.sub()` [\#194](https://github.com/mull-project/FileCheck.py/pull/194) ([rathann](https://github.com/rathann))
16+
17+
## [v0.0.23](https://github.com/mull-project/FileCheck.py/tree/v0.0.23) (2023-01-10)
18+
19+
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/v0.0.22...v0.0.23)
20+
21+
**Merged pull requests:**
22+
23+
- Bump version to 0.0.23 [\#193](https://github.com/mull-project/FileCheck.py/pull/193) ([stanislaw](https://github.com/stanislaw))
24+
- CI: Drop Python 3.6 jobs [\#192](https://github.com/mull-project/FileCheck.py/pull/192) ([stanislaw](https://github.com/stanislaw))
25+
- Use poetry-core as the build backend instead of full poetry [\#191](https://github.com/mull-project/FileCheck.py/pull/191) ([hroncok](https://github.com/hroncok))
26+
- Initially strip only newlines from matched lines [\#189](https://github.com/mull-project/FileCheck.py/pull/189) ([stanislaw](https://github.com/stanislaw))
27+
- README: docs: point to stable channel [\#187](https://github.com/mull-project/FileCheck.py/pull/187) ([stanislaw](https://github.com/stanislaw))
28+
- Regenerate CHANGELOG again [\#186](https://github.com/mull-project/FileCheck.py/pull/186) ([stanislaw](https://github.com/stanislaw))
929
- Regenerate CHANGELOG [\#185](https://github.com/mull-project/FileCheck.py/pull/185) ([stanislaw](https://github.com/stanislaw))
1030
- Bump version: 0.0.20 → 0.0.21 [\#184](https://github.com/mull-project/FileCheck.py/pull/184) ([stanislaw](https://github.com/stanislaw))
1131

32+
## [v0.0.22](https://github.com/mull-project/FileCheck.py/tree/v0.0.22) (2022-02-16)
33+
34+
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/v0.0.21...v0.0.22)
35+
1236
## [v0.0.21](https://github.com/mull-project/FileCheck.py/tree/v0.0.21) (2021-12-05)
1337

1438
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/v0.0.20...v0.0.21)
@@ -147,7 +171,6 @@
147171
- Switch from Makefile to Invoke \(closes \#102\) [\#107](https://github.com/mull-project/FileCheck.py/pull/107) ([stanislaw](https://github.com/stanislaw))
148172
- Update CHANGELOG [\#106](https://github.com/mull-project/FileCheck.py/pull/106) ([stanislaw](https://github.com/stanislaw))
149173
- Bump version: 0.0.12 → 0.0.13 [\#105](https://github.com/mull-project/FileCheck.py/pull/105) ([stanislaw](https://github.com/stanislaw))
150-
- Bump version: 0.0.11 → 0.0.12 [\#98](https://github.com/mull-project/FileCheck.py/pull/98) ([stanislaw](https://github.com/stanislaw))
151174

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

@@ -166,14 +189,15 @@
166189
- CHECK-NOT: Fix edge case when CHECK\_NOT strings get shadowed by each [\#104](https://github.com/mull-project/FileCheck.py/pull/104) ([stanislaw](https://github.com/stanislaw))
167190
- tests/integration: add FileCheck 9.0.1 Linux and macOS [\#101](https://github.com/mull-project/FileCheck.py/pull/101) ([stanislaw](https://github.com/stanislaw))
168191
- Update CHANGELOG [\#99](https://github.com/mull-project/FileCheck.py/pull/99) ([stanislaw](https://github.com/stanislaw))
192+
- Bump version: 0.0.11 → 0.0.12 [\#98](https://github.com/mull-project/FileCheck.py/pull/98) ([stanislaw](https://github.com/stanislaw))
169193

170194
## [v0.0.12](https://github.com/mull-project/FileCheck.py/tree/v0.0.12) (2020-02-16)
171195

172196
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/v0.0.11...v0.0.12)
173197

174198
**Closed issues:**
175199

176-
- `assert current\_scan\_base \> 0` [\#96](https://github.com/mull-project/FileCheck.py/issues/96)
200+
- `assert current_scan_base > 0` [\#96](https://github.com/mull-project/FileCheck.py/issues/96)
177201
- Missing LICENSE file? [\#95](https://github.com/mull-project/FileCheck.py/issues/95)
178202
- Add documentation [\#31](https://github.com/mull-project/FileCheck.py/issues/31)
179203

@@ -287,23 +311,6 @@
287311
- Fix scanning for the best intended match [\#50](https://github.com/mull-project/FileCheck.py/pull/50) ([stanislaw](https://github.com/stanislaw))
288312
- Bump version: 0.0.2 → 0.0.3 [\#49](https://github.com/mull-project/FileCheck.py/pull/49) ([stanislaw](https://github.com/stanislaw))
289313
- --version option [\#48](https://github.com/mull-project/FileCheck.py/pull/48) ([stanislaw](https://github.com/stanislaw))
290-
291-
## [v0.0.3](https://github.com/mull-project/FileCheck.py/tree/v0.0.3) (2019-12-05)
292-
293-
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/ce965cb5571be21d0c38f6f64c6a85cc9720b620...v0.0.3)
294-
295-
**Implemented enhancements:**
296-
297-
- Feature: --check-prefix option [\#21](https://github.com/mull-project/FileCheck.py/issues/21)
298-
- Feature: --strict-whitespace option [\#4](https://github.com/mull-project/FileCheck.py/issues/4)
299-
300-
**Closed issues:**
301-
302-
- Provide help command [\#41](https://github.com/mull-project/FileCheck.py/issues/41)
303-
- Feature: "note: possible intended match here". [\#10](https://github.com/mull-project/FileCheck.py/issues/10)
304-
305-
**Merged pull requests:**
306-
307314
- --help command: remove artifacts introduced by testing [\#47](https://github.com/mull-project/FileCheck.py/pull/47) ([stanislaw](https://github.com/stanislaw))
308315
- Everything what's needed to publish a pip package [\#45](https://github.com/mull-project/FileCheck.py/pull/45) ([stanislaw](https://github.com/stanislaw))
309316
- Help command: enough to get going [\#44](https://github.com/mull-project/FileCheck.py/pull/44) ([stanislaw](https://github.com/stanislaw))
@@ -340,6 +347,20 @@
340347
- Fix test: CHECK/one\_string/01-negative\_match [\#2](https://github.com/mull-project/FileCheck.py/pull/2) ([stanislaw](https://github.com/stanislaw))
341348
- Feature: CHECK-NOT/one\_string/01-negative\_match [\#1](https://github.com/mull-project/FileCheck.py/pull/1) ([stanislaw](https://github.com/stanislaw))
342349

350+
## [v0.0.3](https://github.com/mull-project/FileCheck.py/tree/v0.0.3) (2019-12-05)
351+
352+
[Full Changelog](https://github.com/mull-project/FileCheck.py/compare/41176a9c5044d5c76dc0c0655f15f8ecebcb8bb3...v0.0.3)
353+
354+
**Implemented enhancements:**
355+
356+
- Feature: --check-prefix option [\#21](https://github.com/mull-project/FileCheck.py/issues/21)
357+
- Feature: --strict-whitespace option [\#4](https://github.com/mull-project/FileCheck.py/issues/4)
358+
359+
**Closed issues:**
360+
361+
- Provide help command [\#41](https://github.com/mull-project/FileCheck.py/issues/41)
362+
- Feature: "note: possible intended match here". [\#10](https://github.com/mull-project/FileCheck.py/issues/10)
363+
343364

344365

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

0 commit comments

Comments
 (0)