diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2555e1c..3bc81cf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,10 +2,10 @@ Changelog ********* -2.1.0 (TBA) +2.0.2 (2025-04-08) =========== -* Python versions less than 3.9 are no longer supported. +* Python versions less than 3.9 are no longer supported. (https://github.com/cpplint/cpplint/pull/334) * The false positive for indented member initializer lists in namespaces were eradicated. (https://github.com/cpplint/cpplint/pull/353) * The warning on non-const references (runtime/references) is now disabled by default pursuant to the May 2020 Google style guide update. (https://github.com/cpplint/cpplint/pull/305) diff --git a/cpplint.py b/cpplint.py index 8498ee6..7abd2ba 100755 --- a/cpplint.py +++ b/cpplint.py @@ -61,7 +61,7 @@ # if empty, use defaults _valid_extensions: set[str] = set() -__VERSION__ = "2.0.1" +__VERSION__ = "2.0.2" _USAGE = """ Syntax: cpplint.py [--verbose=#] [--output=emacs|eclipse|vs7|junit|sed|gsed]