Skip to content

Commit 3f22f3b

Browse files
committed
chore(release): Bump version number to 1.0.0 and update changelog
1 parent 90a500d commit 3f22f3b

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
Changelog
33
=========
44

5+
-------------------
6+
1.0.0 - 2025-01-05
7+
-------------------
8+
9+
Refactor
10+
========
11+
12+
- Generic
13+
14+
- Support only Python version greater or euqal than 3.9
15+
- Use pyproject.toml instead of setup.py
16+
517
-------------------
618
0.12.6 - 2024-12-08
719
-------------------

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'CryptoLyzer'
7-
version = '0.12.6'
7+
version = '1.0.0'
88
description = 'A comprehensive cryptographic settings analyzer'
99
authors = [
1010
{name = 'Szilárd Pfeiffer', email = '[email protected]'}
@@ -13,7 +13,7 @@ maintainers = [
1313
{name = 'Szilárd Pfeiffer', email = '[email protected]'}
1414
]
1515
classifiers=[
16-
'Development Status :: 4 - Beta',
16+
'Development Status :: 5 - Production/Stable',
1717
'Environment :: Console',
1818
'Framework :: tox',
1919
'Intended Audience :: Developers',
@@ -72,7 +72,7 @@ dependencies = [
7272
'bs4',
7373
'certvalidator',
7474
'colorama',
75-
'cryptoparser==0.12.6',
75+
'cryptoparser==1.0.0',
7676
'pyfakefs',
7777
'python-dateutil',
7878
'requests',

submodules/cryptoparser

Submodule cryptoparser updated from d74fbe3 to fc7fa79

0 commit comments

Comments
 (0)