Skip to content

Releases: cpplint/cpplint

2.0.2

08 Apr 01:21
350702a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

02 Apr 12:20
b8d33cf
Compare
Choose a tag to compare

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

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

2.0.0

06 Oct 19:58
f4363d7
Compare
Choose a tag to compare

A large, long-overdue modernization of the codebase!

What's Changed

  • 🩸Python 2 and 3.7 are no longer supported. Python 3.12 support was added along with fixed CI for 3.8, courtesy of @jayvdb
    • As a result of all this, setup.py's lint subcommand was removed. Please run the commands directly instead.
  • 🧹 Lots of refactoring , bug fixes, and updates to be more in line with latest C++ and Google style standards.

See CHANGELOG.rst for a full changelog, including quite a bit of features not mentioned here.

New Contributors