Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unilibs/uniwidth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0-beta
Choose a base ref
...
head repository: unilibs/uniwidth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0
Choose a head ref
  • 2 commits
  • 11 files changed
  • 1 contributor

Commits on Nov 22, 2025

  1. chore: prepare v0.1.0 stable release

    Release v0.1.0 - First Stable Release after 35 days of beta testing.
    
    Changes:
    - Update CHANGELOG.md: v0.1.0-beta → v0.1.0 stable
    - Update README.md: dynamic badges, stable status, 90.3% coverage
    - Add project governance files:
      - CODE_OF_CONDUCT.md (Contributor Covenant v2.1)
      - CONTRIBUTING.md (contribution guidelines, git workflow)
      - SECURITY.md (security policy, best practices)
      - .github/CODEOWNERS (code ownership)
      - scripts/pre-release-check.sh (pre-release validation)
    - Increase test coverage: 87.1% → 90.3%
      - Add TestRuneWidth_UncommonRanges (CJK Compat, extended emoji)
      - Add TestRuneWidthWithOptions_EmojiExtendedRanges
    - Fix linter warning: remove deprecated +build tag from fuzz_test.go
    
    Quality metrics:
    - Coverage: 90.3% (exceeds 90% target ✅)
    - All tests passing (100%)
    - Linter: 0 issues
    - Ready for production use
    kolkov committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    b39af19 View commit details
    Browse the repository at this point in the history
  2. chore: migrate to Git-Flow workflow

    - Update CI to support Git-Flow branches (develop, release/*, hotfix/*)
    - Update CONTRIBUTING.md with full Git-Flow documentation
    - Add hotfix workflow for critical production fixes
    - Add feature, fix, release, and hotfix workflows
    kolkov committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    b99e62a View commit details
    Browse the repository at this point in the history
Loading