Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.26 KB

File metadata and controls

26 lines (19 loc) · 1.26 KB

Release Notes - v1.0.10

Release Date: 2025-12-07

Highlights

This release focuses on build infrastructure improvements, including Maven Central publishing support and automated semantic versioning. The project has also migrated to new Maven coordinates for better package management.

New Features

  • Maven Central Publishing: Added library publishing to both Maven Central and GitHub Packages for wider distribution
  • Automated Semantic Versioning: Implemented auto-incrementing semantic versioning for more consistent releases
  • Separate Publish Workflow: Added dedicated publish-libraries workflow for testing library publishing

Bug Fixes

  • Compiler Warnings: Resolved all compiler warnings for cleaner builds
  • Deprecation Warnings: Fixed all deprecation warnings to ensure future compatibility
  • GPG Signing: Added missing GPG signing environment variables to GitHub Packages publish step

Improvements

  • Maven Namespace: Updated Maven coordinates from io.github.risa-labs-inc to com.risaboss for Maven Central compliance
  • Build Configuration: Improved build and publishing infrastructure for better maintainability

Breaking Changes

None

Full Changelog

https://github.com/kshivang/BossTerm/compare/v1.0.7...v1.0.10