Skip to content

Commit fc7fa79

Browse files
committed
chore(release): Bump version number to 1.0.0 and update changelog
1 parent 8fd30b3 commit fc7fa79

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 = 'CryptoParser'
7-
version = '0.12.6'
7+
version = '1.0.0'
88
description = 'An analysis oriented security protocol parser and generator'
99
authors = [
1010
{name = 'Szilárd Pfeiffer', email = 'coroner@pfeifferszilard.hu'}
@@ -13,7 +13,7 @@ maintainers = [
1313
{name = 'Szilárd Pfeiffer', email = 'coroner@pfeifferszilard.hu'}
1414
]
1515
classifiers=[
16-
'Development Status :: 4 - Beta',
16+
'Development Status :: 5 - Production/Stable',
1717
'Environment :: Console',
1818
'Framework :: tox',
1919
'Intended Audience :: Information Technology',
@@ -47,7 +47,7 @@ license = {text = 'MPL-2.0'}
4747
dependencies = [
4848
'asn1crypto',
4949
'attrs',
50-
'cryptodatahub==0.12.6',
50+
'cryptodatahub==1.0.0',
5151
'python-dateutil',
5252
'urllib3',
5353
]

submodules/cryptodatahub

Submodule cryptodatahub updated from 075ef48 to 4353944

0 commit comments

Comments
 (0)