sarah-quinones / aligned-vec

MIT License
21 stars 7 forks source link

Tag Releases #1

Open michaelciraci opened 1 year ago

michaelciraci commented 1 year ago

Can you tag the releases? I would do it if I could, but you need to be a maintainer to tag releases. I went through the previous releases, and found the hashes associated with each cargo release, so all you need to do is run this:

git checkout b52b2e7
git tag -a v0.5.0 -m "Tagging 0.5.0"
git checkout d438370
git tag -a v0.4.2 -m "Tagging 0.4.2"
git checkout b9f62b0
git tag -a v0.4.1 -m "Tagging 0.4.1"
git checkout c0f8f81
git tag -a v0.4.0 -m "Tagging 0.4.0"
git checkout 6a4cab7
git tag -a v0.3.2 -m "Tagging 0.3.2"
git checkout 3f42fa7
git tag -a v0.3.1 -m "Tagging 0.3.1"
git checkout ddcc0f0
git tag -a v0.3.0 -m "Tagging 0.3.0"
git checkout f1c416
git tag -a v0.2.0 -m "Tagging 0.2.0"
git checkout 39249be
git tag -a v0.1.0 -m "Tagging 0.1.0"
git push --tags

After you do that, your releases should look like this: https://github.com/michaelciraci/aligned-vec/tags