Skip to content

Commit

Permalink
chore(release): v0.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 5, 2023
1 parent 4943aa4 commit 3e0a230
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [0.2.1](https://github.com/Mazars-Tech/AD_Miner/compare/v0.2.0...v0.2.1) (2023-10-05)


### Bug Fixes

* two typos ([eaa36d9](https://github.com/Mazars-Tech/AD_Miner/commit/eaa36d9284f1a53a6f034ec33ff38725e5e72ce1))



# [0.2.0](https://github.com/Mazars-Tech/AD_Miner/compare/v0.1.3...v0.2.0) (2023-10-05)


Expand Down Expand Up @@ -43,12 +52,3 @@



# [0.1.0](https://github.com/Mazars-Tech/AD_Miner/compare/59951f3aa367bacbd4697d8e1cb4b010eee7f8f7...v0.1.0) (2023-09-28)


### Features

* trigger initial release ([59951f3](https://github.com/Mazars-Tech/AD_Miner/commit/59951f3aa367bacbd4697d8e1cb4b010eee7f8f7))



2 changes: 1 addition & 1 deletion package.json
@@ -1,3 +1,3 @@
{
"version": "0.2.0"
"version": "0.2.1"
}
25 changes: 13 additions & 12 deletions pyproject.toml
@@ -1,22 +1,23 @@
version = "0.1.0"

[tool.poetry]
name = "AD_Miner"
version = "0.1.0"
description = "AD Miner is an Active Directory audit tool that leverages cypher queries to crunch data from the Bloodhound graph database to uncover security weaknesses."
authors = ["Thomas Girard", "Jean-Michel Besnard", "Alexandre Lac"]
authors = [ "Thomas Girard", "Jean-Michel Besnard", "Alexandre Lac" ]
license = "GPL-3.0"
dev-dependencies = { }

[tool.poetry.dependencies]
python = ">=3.9"
neo4j = "==5.6.0"
numpy = "==1.24.2"
pytz = "==2022.7.1"
tqdm = "==4.64.1"
[tool.poetry.dependencies]
python = ">=3.9"
neo4j = "==5.6.0"
numpy = "==1.24.2"
pytz = "==2022.7.1"
tqdm = "==4.64.1"

[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
AD-miner = "ad_miner.__main__:main"

[build-system]
requires = ["poetry-core"]
requires = [ "poetry-core" ]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
AD-miner="ad_miner.__main__:main"

0 comments on commit 3e0a230

Please sign in to comment.