Skip to content

Commit b8d33cf

Browse files
chore: bump 2.0.1 release date again (#335)
Bump the date again before releasing 2.0.1, then squash and merge and release (remember to create a new tag and follow the testing process in CONTRIBUTING.rst). --------- Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent e9e17f0 commit b8d33cf

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
pull_request:
44
paths-ignore: "*.rst"
55
push:
6-
paths-ignore: "*.rst"
6+
# paths-ignore: "*.rst"
77
branches: [master, develop]
88
concurrency:
99
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

CHANGELOG.rst

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,25 @@
22
Changelog
33
*********
44

5-
2.0.1 (2025-03-09)
5+
2.0.1 (2025-04-02)
66
==================
77

88
Yet another overdue... hotfix. Sorry this took so long.
99

10-
* The false positive for indented function parameters in namespaces was eradicated. (https://github.com/cpplint/cpplint/pull/304)
11-
* Files that end in ".c", ".C", or ".cu" will now also automatically suppress C++-only categories. Previously, `// NO_LINT_C` was required. (https://github.com/cpplint/cpplint/pull/308)
12-
* build/include-what-you-use now recognizes c-style headers such as <stdio.h> for symbols from <cstdio>. (https://github.com/cpplint/cpplint/pull/319)
13-
* Ruff was ran on the project to improve performance and reader comprehension thanks to @cclauss.
14-
15-
2.0 (2024-10-06)
10+
* The false positive for indented function parameters in namespaces was eradicated by @norab0130 in https://github.com/cpplint/cpplint/pull/304
11+
* IWYU: treat stdio.h the same way as cstdio by @aaronliu0130 in https://github.com/cpplint/cpplint/pull/319
12+
* README.rst: Add instructions for pre-commit by @cclauss in https://github.com/cpplint/cpplint/pull/320
13+
* PEP 621: Migrate from setup.{py, cfg} to pyproject.toml by @cclauss in https://github.com/cpplint/cpplint/pull/315
14+
* Prepare for release 2.0.1 and update changelog by @aaronliu0130 in https://github.com/cpplint/cpplint/pull/322
15+
* Refactor tests and metadata by @aaronliu0130 in https://github.com/cpplint/cpplint/pull/317
16+
* misc git cleanup by @aaronliu0130 in https://github.com/cpplint/cpplint/pull/340
17+
* Mypy: static type checker for Python by @cclauss in https://github.com/cpplint/cpplint/pull/345
18+
* CONTRIBUTING.rst: Default branch is develop, add pre-commit by @cclauss in https://github.com/cpplint/cpplint/pull/349
19+
* Fix test refactoring by @aaronliu0130 in https://github.com/cpplint/cpplint/pull/350
20+
* suppress C++-only categories on C file extensions by @aaronliu0130 in https://github.com/cpplint/cpplint/pull/318
21+
* Add a GitHub Action to publish to PyPI by @cclauss in https://github.com/cpplint/cpplint/pull/347
22+
23+
2.0.0 (2024-10-06)
1624
================
1725

1826
A large long-overdue modernization of the codebase!

0 commit comments

Comments
 (0)