Skip to content

Commit

Permalink
chore(release): version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tversteeg committed Sep 26, 2024
1 parent 559546b commit 5138840
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [1.0.1] - 2024-09-26

### Testing

- *(ci)* Test Python 3.12 in CI

## [1.0.0] - 2024-07-22

### Bug Fixes
Expand Down Expand Up @@ -144,7 +150,6 @@ All notable changes to this project will be documented in this file.
### Bug Fixes

- Raise a user-friendly error when server is offline (#203)
- *(ci)* Remove dependency from release on test

### Miscellaneous Tasks

Expand All @@ -154,6 +159,7 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- *(ci)* Remove dependency from release on test
- Add deploy docs to github workflow (#189)
- *(docs)* Resolve #185 update pygef (#187)
- *(naming)* Remove _get from properties (#184)
Expand Down
2 changes: 1 addition & 1 deletion 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 = "cems-nuclei"
version = "1.0.0"
version = "1.0.1"
description = "Python wrapper around NUCLEI's functionality."
dependencies = ["requests>=2.25.1", "pyjwt==2.6.0"]
requires-python = ">=3.9"
Expand Down
2 changes: 1 addition & 1 deletion src/nuclei/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 5138840

Please sign in to comment.