From c76b5ca88e6ce152df1f637769b046af170fb441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elo=C3=AFse=20Brocas?= Date: Thu, 19 Dec 2024 18:37:57 +0100 Subject: [PATCH] CHANGELOG, README, setup: update for version v0.2.2 --- CHANGELOG.md | 11 +++++++++++ README.md | 9 +++++++-- pyproject.toml | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f56be..4da29e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v0.2.2—Graph Customization Features +### Features +- Class member publicity (internal, private, public) could now be set with the `SourcetrailDB.record_{public, default, private}_access` methods. +- Integrate customization features provided by NumbatUI (*cf* [dedicated doc page](https://quarkslab.github.io/numbat/customization/) for details). + +### Fixes +- Update CI to replace EoL actions versions. +- Parent directory iteration + +**Full Changelog**: [https://github.com/quarkslab/numbat/compare/v0.2.1...v0.2.2](https://github.com/quarkslab/numbat/compare/v0.2.1...v0.2.2) + ## v0.2.1—Opensourcing ### Features - add small details in the documentation. diff --git a/README.md b/README.md index bcd6b14..15d98e2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ explorer which allows users to navigate through the different components (functi Numbat main goal is to offer a full-python SDK given the fact that the current one, SourcetrailDB cannot be used anymore efficiently. It is not user-friendly at first sight, need to be compiled to provide Python bindings and, moreover, it is no longer maintained. Finally, we have added some little new features as finding an element in the database. -With Numbat, you will be able to visualize your data quickly with the nice graphical Sourcetrail interface. For example, [Pyrrha](https://github.com/quarkslab/pyrrha) uses Numbat to map firmware structure. +With Numbat, you will be able to visualize your data quickly with the nice graphical Sourcetrail interface. For example, [Pyrrha](https://quarkslab.github.io/pyrrha/) uses Numbat to map firmware structure. @@ -76,8 +76,13 @@ db.commit() db.close() ``` -## Authors +## Authors & Maintainers + +### Current - Sami Babigeon (@sbabigeon), Quarkslab - Eloïse Brocas (@ebrocas), Quarkslab +### Past +- Pascal Wu (@pwu42), during his internship at Quarkslab + The logo is a creation of Benoît Forgette and Sami Babigeon. diff --git a/pyproject.toml b/pyproject.toml index a4248fd..bbdd51c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'numbat' -version='0.2.1' +version='0.2.2' authors = [ {name = 'Eloïse Brocas', email = 'ebrocas@quarkslab.com'}, {name = 'Sami Babigeon', email = 'sbabigeon@quarkslab.com'},