4 Commits

Author SHA1 Message Date
7bd2429a43 release: version 0.11.0 🚀
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 49s
Upload Python Package / Create Release (push) Successful in 28s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m24s
Upload Python Package / deploy (push) Failing after 4m44s
2025-10-26 20:31:48 +01:00
d41d9f1791 Revert "feat: add two dimensional data walker, refs: NOISSUE"
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 28s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Successful in 1m16s
This reverts commit 414c74be84.
2025-10-26 19:16:29 +01:00
1a8a82c106 ci: disable nuget feeds for now, refs NOISSUE
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 34s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Failing after 1m11s
2025-10-26 19:12:13 +01:00
414c74be84 feat: add two dimensional data walker, refs: NOISSUE
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 25s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Failing after 4m2s
2025-10-26 19:07:37 +01:00
3 changed files with 14 additions and 3 deletions

View File

@@ -4,6 +4,17 @@ Changelog
(unreleased)
------------
- Revert "feat: add two dimensional data walker, refs: NOISSUE" [Simon
Diesenreiter]
This reverts commit 414c74be84aecd3aff2f7abbb6cab88f50034d84.
- Ci: disable nuget feeds for now, refs NOISSUE. [Simon Diesenreiter]
- Feat: add two dimensional data walker, refs: NOISSUE. [Simon
Diesenreiter]
0.10.0 (2024-12-13)
-------------------
- Feat: add support for custom token types and longs, ref: NOISSUE.
[Simon Diesenreiter]

View File

@@ -1 +1 @@
0.10.0
0.11.0

View File

@@ -4,8 +4,8 @@
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" />
<!--add key="gitea-projects" value="https://git.disi.dev/api/packages/Projects/nuget/index.json" />
<add key="gitea-homelab" value="https://git.disi.dev/api/packages/Homelab/nuget/index.json" />
<add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" />
<add key="gitea-artifacts" value="https://git.disi.dev/api/packages/Artifacts/nuget/index.json" /-->
</packageSources>
</configuration>