v0.2.1
What's Changed
- Only hedge the count when the feed was actually truncated by @nitinhayaran in #12
- Call this 0.2.1 by @nitinhayaran in #13
Full Changelog: v0.2.0...v0.2.1
Updating to this release
Your Edgemetry is its own repository — the deploy button imported this one
rather than forking it, so GitHub gives you no Sync fork button.
In your copy: Actions → Update Edgemetry → Run workflow, then merge the
pull request it opens. Merging is what deploys. Your data and your Cloudflare
configuration are untouched — they live in D1 and in Cloudflare, not in the
repository.
No such workflow? Your copy predates it, and needs one manual update to get
it. From a clone of your repository:
git remote add upstream https://github.com/hayaran/Edgemetry.git
git fetch upstream main
git reset --hard upstream/main
git reset --soft origin/main
git commit -m "Update Edgemetry"
git pushThat takes upstream's files as one ordinary commit on your own history, which
is what makes it apply cleanly to a repository that shares no history with
this one. It replaces every tracked file, so read the diff first if you have
edited any.