v0.5.0
Breaking change, kinda 🐉
The format for the cache data changed slightly.
It now stores the refreshed_at
time in the JSON object rather than using Filesystem data.
The next time you run gh-not sync
, it will automatically update the format and you shouldn't see any issue.
Until then, the cache will be considered 54 years old.
What's Changed
- feat: add a cache wrapper by @nobe4 in #177
- chore(deps): bump github.com/cli/go-gh/v2 from 2.9.0 to 2.10.0 by @dependabot in #174
- feat(cache): store RefreshedAt information in the Wrapper by @nobe4 in #178
- feat(cache): move the expiration logic out by @nobe4 in #179
Full Changelog: v0.4.10...v0.5.0