-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: bump to v0.2.1 and update changelog
- Loading branch information
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## v0.2.1—Opensourcing | ||
### Features | ||
- add small details in the documentation. | ||
|
||
### Fixes | ||
- Tests with correct modules name | ||
|
||
**Full Changelog**: [https://github.com/quarkslab/numbat/compare/v0.2.0...v0.2.1](https://github.com/quarkslab/numbat/compare/v0.2.0...v0.2.1) | ||
|
||
## v0.2.0 | ||
### Features | ||
- add a cache system for names/id to avoid doing DB request to obtain the id associated to a given name | ||
- add the classmethod `SourcetrailDB.exists` to check if a path correspond to an existing db | ||
|
||
### Fixes | ||
- None | ||
|
||
**Full Changelog**: [https://github.com/quarkslab/numbat/compare/v0.1.0...v0.2.0](https://github.com/quarkslab/numbat/compare/v0.1.0...v0.2.0) | ||
|
||
## v0.1.0—First release | ||
**Full Changelog**: [https://github.com/quarkslab/numbat/commits/v0.1.0](https://github.com/quarkslab/numbat/commits/v0.1.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ build-backend = 'setuptools.build_meta' | |
|
||
[project] | ||
name = 'numbat' | ||
version='0.2.0' | ||
version='0.2.1' | ||
authors = [ | ||
{name = 'Eloïse Brocas', email = '[email protected]'}, | ||
{name = 'Sami Babigeon', email = '[email protected]'}, | ||
|