Skip to content

Commit

Permalink
CHANGELOG entry, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrudg committed May 20, 2022
1 parent e78279e commit 5ada48e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion citelang/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5ada48e

Please sign in to comment.