Skip to content

Commit

Permalink
future version bump to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
c0m4r committed Oct 11, 2024
1 parent ecee09c commit 10181a7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.0.0]
## [4.1.0]

### Added

- added multicore arg for experimental multiprocessing

### Changed

- change deprecated psutil process connections function

## [4.0.0] - 2024-01-16

### Added

Expand All @@ -16,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [breaking] project renaming, please welcome: paranoya
- be verbose about skipping files in program directory


## [3.2.2] - 2024-01-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/paranoya_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
print(e)
sys.exit(0)

__version__ = "4.0.0"
__version__ = "4.1.0"


class ParanoyaLogger:
Expand Down

0 comments on commit 10181a7

Please sign in to comment.