Skip to content

Commit c103801

Browse files
committed
Bump to 0.1.0 and add CHANGELOG
1 parent 321b623 commit c103801

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## 0.1.0
2+
3+
### New Features
4+
5+
- Add `remove_groups_not_in_both` function ([876d017](https://github.com/Bitbol-Lab/DiffPaSS/commit/876d01792a0206ee209478bd2ee5a4c122f2ab9d))
6+
7+
### Backward-incompatible changes
8+
9+
- Change signature of `get_robust_pairs` ([ebb160c](https://github.com/Bitbol-Lab/DiffPaSS/commit/ebb160c512e6aed2cdb9865bdb9b2088a8e0ffd4))
10+
11+
## 0.0.1
12+
13+
- First DiffPaSS public release

diffpass/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.2"
1+
__version__ = "0.1.0"

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = DiffPaSS
33
lib_name = diffpass
4-
version = 0.0.2
4+
version = 0.1.0
55
min_python = 3.7
66
license = apache2
77
black_formatting = True

0 commit comments

Comments
 (0)