Skip to content

OpenSpatial 0.1.1 — Project Governance and CI Improvements

Latest

Choose a tag to compare

@helbertgs helbertgs released this 25 Jun 18:01
· 1 commit to main since this release

OpenSpatial 0.1.1

This release introduces important improvements to project governance and CI infrastructure, strengthening the foundation of OpenSpatial as a cross-platform open-source Swift framework.


🧭 Project Governance

Added core community and security guidelines:

  • CODE_OF_CONDUCT.md
    Establishes expectations for a respectful and inclusive community.

  • SECURITY.md
    Defines how to responsibly report vulnerabilities and outlines the project's security disclosure process.

These additions improve the maturity and safety of the project for external contributors and users.


⚙️ CI / Infrastructure Improvements

Improved GitHub Actions workflows:

Documentation Workflow (docs.yml)

  • Refined DocC generation pipeline
  • Improved reliability of documentation publishing to GitHub Pages

Coverage Workflow (coverage.yml)

  • Improved Codecov integration
  • Better handling of coverage reporting output

🔧 Summary of Changes

  • Added community guidelines (CODE_OF_CONDUCT.md)
  • Added security policy (SECURITY.md)
  • Improved documentation CI pipeline
  • Improved test coverage reporting pipeline

🚀 Impact

This release does not introduce API changes.

It focuses on:

  • Project governance
  • CI/CD stability
  • Developer experience improvements

📦 Compatibility

Fully compatible with 0.1.0. No breaking changes.