Skip to content

V2025.6 #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 4, 2025
Merged

V2025.6 #27

merged 6 commits into from
Aug 4, 2025

Conversation

tony9527167
Copy link
Member

No description provided.

- Add permissions for contents and pull-requests
- Test against Go 1.20 and 1.24 in matrix
- Update go.mod to use Go 1.20 and newer dependencies
The regex patterns in iso4217 parser were using incorrect syntax for named capture groups. Changed from `?<shortName>` to `?P<shortName>` to match the correct Go regex syntax.
- Lower Go version requirement from 1.22 to 1.20
- Update command paths from main.go to cmd/iso/main.go
- Fix JSON output formatting and field names
- Add missing fields in TypeScript example
@tony9527167 tony9527167 merged commit 79d5ced into master Aug 4, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant