Skip to content

Commit

Permalink
Bump to 0.1.0 and add CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ulupo committed May 10, 2024
1 parent 321b623 commit c103801
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## 0.1.0

### New Features

- Add `remove_groups_not_in_both` function ([876d017](https://github.com/Bitbol-Lab/DiffPaSS/commit/876d01792a0206ee209478bd2ee5a4c122f2ab9d))

### Backward-incompatible changes

- Change signature of `get_robust_pairs` ([ebb160c](https://github.com/Bitbol-Lab/DiffPaSS/commit/ebb160c512e6aed2cdb9865bdb9b2088a8e0ffd4))

## 0.0.1

- First DiffPaSS public release
2 changes: 1 addition & 1 deletion diffpass/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.2"
__version__ = "0.1.0"
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[DEFAULT]
repo = DiffPaSS
lib_name = diffpass
version = 0.0.2
version = 0.1.0
min_python = 3.7
license = apache2
black_formatting = True
Expand Down

0 comments on commit c103801

Please sign in to comment.