From 35d4ca935865313666b4209dca597bd0abaca2f3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 30 Apr 2021 21:46:25 +0000 Subject: [PATCH] 2.2.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ oscar.pyx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af8970..27b6a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.2.0 (2021-04-30) +### Feature +* Add c2dat lookup to Commit class: it may be better suited as a standalone function for bulk lookup of commit properties without instantiating any commits ([`4737f10`](https://github.com/ssc-oscar/oscar.py/commit/4737f102066a926f1703ff94498b4550ab9d5632)) + ## v2.1.0 (2021-04-29) ### Feature * Added first author property to Blob class ([`da1a0bc`](https://github.com/ssc-oscar/oscar.py/commit/da1a0bc6d5fd79512618026db5fb30ce213edfac)) diff --git a/oscar.pyx b/oscar.pyx index 1cea597..dce6ec9 100644 --- a/oscar.pyx +++ b/oscar.pyx @@ -22,7 +22,7 @@ import warnings # `pip uninstall lzf && pip install python-lzf` import lzf -__version__ = '2.1.0' +__version__ = '2.2.0' __author__ = 'marat@cmu.edu' __license__ = 'GPL v3'