diff --git a/CHANGELOG.md b/CHANGELOG.md index 5421ae5..0c41673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ and **Merged pull requests**. Critical items to know are: The versions coincide with releases on pip. Only major versions will be released as tags on GitHub. ## [0.0.x](https://github.com/vsoch/citelang/tree/main) (0.0.x) + - contrib does not count commits from other REFs, now uses git log without `--all` (0.0.30) - Default contrib does a deep search, with option to add `--shallow` (0.0.29) - Adding basic support for parsing CMakeLists.txt (0.0.28) - JoSS paper and sort package names in listing (0.0.27) diff --git a/citelang/version.py b/citelang/version.py index a6b7a92..ba87444 100644 --- a/citelang/version.py +++ b/citelang/version.py @@ -2,7 +2,7 @@ __copyright__ = "Copyright 2022, Vanessa Sochat" __license__ = "MPL 2.0" -__version__ = "0.0.29" +__version__ = "0.0.30" AUTHOR = "Vanessa Sochat" EMAIL = "vsoch@users.noreply.github.com" NAME = "citelang"