Skip to content

v0.7.2

Choose a tag to compare

@justapithecus justapithecus released this 10 Feb 02:54
· 45 commits to main since this release
0f2614d

Rename Go module path to pithecene-io

Summary

The Go module path has been renamed from github.com/justapithecus/lode to github.com/pithecene-io/lode to reflect the GitHub organization rename. No behavior changes — all APIs, semantics, and contracts remain unchanged.

Highlights

  • 🚚 Update go.mod module declaration to github.com/pithecene-io/lode
  • 🚚 Update all Go import paths across source, tests, and examples (22 files)
  • 📝 Update documentation references (README, PUBLIC_API, contracts, tooling)
  • 📝 Add CHANGELOG entry with import path migration notes

Breaking Changes

  • Import paths have changed. All consumers must update their imports:
    • github.com/justapithecus/lode/lodegithub.com/pithecene-io/lode/lode
    • github.com/justapithecus/lode/lode/s3github.com/pithecene-io/lode/lode/s3

Upgrade Notes

  • Update require directive in go.mod to github.com/pithecene-io/lode
  • Find-and-replace justapithecuspithecene-io in all import blocks
  • No API, behavior, or semantic changes

References

  • #111 — Rename PR

Full Changelog: v0.7.1...v0.7.2

What's Changed

  • refactor(build): 🚚 rename module path from justapithecus to pithecene-io by @justapithecus in #111

Full Changelog: v0.7.1...v0.7.2