v0.7.2
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.modmodule declaration togithub.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/lode→github.com/pithecene-io/lode/lodegithub.com/justapithecus/lode/lode/s3→github.com/pithecene-io/lode/lode/s3
Upgrade Notes
- Update
requiredirective ingo.modtogithub.com/pithecene-io/lode - Find-and-replace
justapithecus→pithecene-ioin 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