Skip to content

Commit

Permalink
Release v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Aug 11, 2024
1 parent 5b4bc3d commit 3c9cdce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyninja/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

from pyninja.main import start # noqa: F401

version = "0.0.0"
version = "0.0.1"


@click.command()
Expand Down
15 changes: 12 additions & 3 deletions release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
Release Notes
=============

0.0.0 (08/10/2024)
------------------
- Release stable version
v0.0.1 (08/11/2024)
-------------------
- Includes a process monitor and remote command execution functionality
- Security improvements including brute force protection and rate limiting
- Accepts ``JSON`` and ``YAML`` files for env config
- Supports custom worker count for ``uvicorn`` server
- Allows custom logging using ``logging.ini``
- Includes an option to set the ``apikey`` via commandline

v0.0.0 (08/11/2024)
-------------------
- Release first stable version

0.0.0-a (08/10/2024)
--------------------
Expand Down

0 comments on commit 3c9cdce

Please sign in to comment.