Skip to content

Commit

Permalink
chore(release): Bump version number to 1.0.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
c0r0n3r committed Jan 5, 2025
1 parent 8fd30b3 commit fc7fa79
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog
=========

-------------------
1.0.0 - 2025-01-05
-------------------

Refactor
========

- Generic

- Support only Python version greater or euqal than 3.9
- Use pyproject.toml instead of setup.py

-------------------
0.12.6 - 2024-12-08
-------------------
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'CryptoParser'
version = '0.12.6'
version = '1.0.0'
description = 'An analysis oriented security protocol parser and generator'
authors = [
{name = 'Szilárd Pfeiffer', email = 'coroner@pfeifferszilard.hu'}
Expand All @@ -13,7 +13,7 @@ maintainers = [
{name = 'Szilárd Pfeiffer', email = 'coroner@pfeifferszilard.hu'}
]
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Framework :: tox',
'Intended Audience :: Information Technology',
Expand Down Expand Up @@ -47,7 +47,7 @@ license = {text = 'MPL-2.0'}
dependencies = [
'asn1crypto',
'attrs',
'cryptodatahub==0.12.6',
'cryptodatahub==1.0.0',
'python-dateutil',
'urllib3',
]
Expand Down
2 changes: 1 addition & 1 deletion submodules/cryptodatahub
Submodule cryptodatahub updated from 075ef4 to 435394

0 comments on commit fc7fa79

Please sign in to comment.