Skip to content

chore: prepare for version 1.0.0#7

Merged
jcardozo-eth merged 1 commit into
mainfrom
chore/prepare-v1.0.0
Mar 3, 2026
Merged

chore: prepare for version 1.0.0#7
jcardozo-eth merged 1 commit into
mainfrom
chore/prepare-v1.0.0

Conversation

@jcardozo-eth

Copy link
Copy Markdown
Member

Summary

  • Add version="1.0.0" attribute to xsd:schema element
  • Update version in README from 0.1 to 1.0.0
  • Migrate namespace URI from http to https (XSD, example files, README)
  • Document versioning strategy in README (semver + eCH-0018 namespace conventions)
  • Add CHANGELOG.md recording all changes for the 1.0.0 release

After merging

Tag and push to trigger the automated release:

git checkout main && git pull
git tag -a v1.0.0 -m "v1.0.0"
git push origin v1.0.0

Test plan

  • xmllint validation passes with all changes
  • Release workflow triggers on v1.0.0 tag

- Add version="1.0.0" attribute to xsd:schema element
- Update version in README from 0.1 to 1.0.0
- Migrate namespace URI from http to https
- Document versioning strategy in README following eCH-0018 conventions
- Add CHANGELOG.md recording all changes for 1.0.0
@jcardozo-eth jcardozo-eth self-assigned this Mar 3, 2026
@jcardozo-eth jcardozo-eth merged commit a43049b into main Mar 3, 2026
2 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