commit: 029fcf4db3f8c2704ad9f1fdba183d686f1c1af1
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 21:41:04 2025 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 21:41:04 2025 +0000
URL:
https://gitweb.gentoo.org/proj/dotnet/gentoo-dotnet-maintainer-tools.git/commit/?id=029fcf4d
chore: bump to 4.0.1
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
CHANGELOG.md | 10 ++++++++++
code/source/v4/VERSION | 2 +-
code/source/v4/dotnet/Common.Build.props | 2 +-
code/source/v4/pyproject.toml | 2 +-
4 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88b6783..8d1cdbe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## 4.0.1 (2025-11-13)
+
+### Feat
+
+- **Shared/Ebuild/LicenseMapping.fs**: regen
+
+### Fix
+
+- **Gdmt.Launcher/Launcher/Subcommands.fs**: regen
+
## 4.0.0 (2025-11-13)
### Feat
diff --git a/code/source/v4/VERSION b/code/source/v4/VERSION
index fcdb2e1..1454f6e 100644
--- a/code/source/v4/VERSION
+++ b/code/source/v4/VERSION
@@ -1 +1 @@
-4.0.0
+4.0.1
diff --git a/code/source/v4/dotnet/Common.Build.props
b/code/source/v4/dotnet/Common.Build.props
index 99ecc33..14adaad 100644
--- a/code/source/v4/dotnet/Common.Build.props
+++ b/code/source/v4/dotnet/Common.Build.props
@@ -22,7 +22,7 @@
<RepositoryBranch>master</RepositoryBranch>
<RepositoryType>Git</RepositoryType>
<RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
- <Version>4.0.0</Version>
+ <Version>4.0.1</Version>
<!-- Set target .NET version. -->
<TargetFramework>net$(DotnetPkgCompat)</TargetFramework>
diff --git a/code/source/v4/pyproject.toml b/code/source/v4/pyproject.toml
index 5defdcb..846fb5c 100644
--- a/code/source/v4/pyproject.toml
+++ b/code/source/v4/pyproject.toml
@@ -1,5 +1,5 @@
[tool.tbump.version]
-current = "4.0.0"
+current = "4.0.1"
regex = '''
(?P<major>\d+)
\.