File tree Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Expand file tree Collapse file tree 4 files changed +14
-9
lines changed Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222author = '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 ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " powerhub"
7- version = " 2.0.9 "
7+ version = " 2.0.10 "
88authors = [
99 {
name =
" Adrian Vollmer" ,
email =
" [email protected] " },
1010]
@@ -45,6 +45,7 @@ dependencies = [
4545]
4646
4747[tool .setuptools ]
48+ license-files = []
4849packages = [" powerhub" ]
4950
5051[project .urls ]
You can’t perform that action at this time.
0 commit comments