Skip to content

Commit 9b234dd

Browse files
author
Adrian Vollmer
committed
Version bump: 2.0.10
1 parent 404f0f2 commit 9b234dd

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55

66
## [Unreleased]
77

8+
## [2.0.10] - 2024-12-20
9+
10+
### Added
11+
12+
* Option to force no proxy usage
13+
14+
### Changed
15+
16+
* Remove spell check lines for the download cradle in the webapp
17+
* Use just-in-time AMSI bypass for the global process-specific AMSI
18+
819
## [2.0.9] - 2024-08-30
920

1021
### Fixed

MANIFEST.in

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Adrian Vollmer'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "2.0.9"
25+
release = "2.0.10"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "powerhub"
7-
version = "2.0.9"
7+
version = "2.0.10"
88
authors = [
99
{name = "Adrian Vollmer", email = "[email protected]"},
1010
]
@@ -45,6 +45,7 @@ dependencies = [
4545
]
4646

4747
[tool.setuptools]
48+
license-files = []
4849
packages = ["powerhub"]
4950

5051
[project.urls]

0 commit comments

Comments
 (0)