commit:     aa07e8be1fedfdc03426744895613979bfd15175
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  4 20:52:51 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Nov  4 20:52:52 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/dotnet/gentoo-dotnet-maintainer-tools.git/commit/?id=aa07e8be

chore: bump to 3.0.3

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 CHANGELOG.md                             | 77 ++++++++++++++++++++++++++++++++
 code/source/v3/VERSION                   |  2 +-
 code/source/v3/dotnet/Common.Build.props |  2 +-
 code/source/v3/pyproject.toml            |  2 +-
 4 files changed, 80 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..7e91caa
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,77 @@
+## 3.0.3 (2025-11-04)
+
+### Feat
+
+- **Gdmt.Restore**: create nugets file list; update default sdk version
+
+### Refactor
+
+- **Gdmt.Restore**: remove stale nuget list; minor tweaks
+
+## 3.0.2 (2025-10-23)
+
+### Fix
+
+- remove powershell's nuget config
+
+## 3.0.1 (2025-10-16)
+
+### Feat
+
+- **Entities/PortageSettings.fs**: set PORTAGE_* user vars for current user
+- **fsharp/Gdmt.Ebuild**: add privileged option
+
+### Fix
+
+- **admin/before_commit.sh**: remove cake wrapper
+- **support/dotnet_wrapper.sh**: account for "set -u" for DOTNET_ROOT
+- **Gdmt.Genpwsh/App/Program.fs**: clone up to 100 commits to make pwsh 
restore pass
+- **gdmt-genpwsh/src**: fix how sdk exe option is handled
+
+### Refactor
+
+- **Entities/PortageSettings.fs**: use format-string
+- port project layout to CPLv1
+- **gdmt-commit/src**: run git-add at the end, before committing
+
+## 3.0.0 (2024-12-28)
+
+### Feat
+
+- **Gdmt.Gensdk/Program**: pick correct prep script; remove cache
+- remove guid in temp paths
+- **Ebuild/LicenseMapping**: update license mapping
+- add v3
+- disable MSBUILDTERMINALLOGGER
+- bump SimpleLog - 0.0.0 -> 2.0.0
+- **Gdmt.Ebuild/Private**: abbreviate ebuild commands
+
+### Fix
+
+- **Codegen/Scripts**: fix paths
+- **Makefile**: fix name glob expression in find
+- fix default compression type - set it to xz
+
+### Refactor
+
+- **ExecProcess/Library**: replace unused this references
+- **Gdmt.Gensdk/Program**: cleanup
+- **Gdmt.Ebuild**: split structs into Entities
+
+## 2.4.1 (2024-05-10)
+
+## 2.4.0 (2024-02-27)
+
+## 2.3.1 (2024-02-07)
+
+## 2.3.0 (2024-02-07)
+
+## 2.2.0 (2024-01-23)
+
+## 2.1.1 (2024-01-23)
+
+## 2.1.0 (2024-01-22)
+
+## 2.0.1 (2023-12-29)
+
+## 2.0.0 (2023-12-29)

diff --git a/code/source/v3/VERSION b/code/source/v3/VERSION
index b502146..75a22a2 100644
--- a/code/source/v3/VERSION
+++ b/code/source/v3/VERSION
@@ -1 +1 @@
-3.0.2
+3.0.3

diff --git a/code/source/v3/dotnet/Common.Build.props 
b/code/source/v3/dotnet/Common.Build.props
index f226fd1..7531a62 100644
--- a/code/source/v3/dotnet/Common.Build.props
+++ b/code/source/v3/dotnet/Common.Build.props
@@ -21,7 +21,7 @@
     <RepositoryBranch>master</RepositoryBranch>
     <RepositoryType>Git</RepositoryType>
     <RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl>
-    <Version>3.0.2</Version>
+    <Version>3.0.3</Version>
 
     <!-- Set target .NET version. -->
     <TargetFramework>net$(DotnetPkgCompat)</TargetFramework>

diff --git a/code/source/v3/pyproject.toml b/code/source/v3/pyproject.toml
index 4beb6b4..078611a 100644
--- a/code/source/v3/pyproject.toml
+++ b/code/source/v3/pyproject.toml
@@ -1,5 +1,5 @@
 [tool.tbump.version]
-current = "3.0.2"
+current = "3.0.3"
 regex = '''
   (?P<major>\d+)
   \.

Reply via email to