flightaware / speedtables

Speed tables is a high-performance memory-resident database. The speed table compiler reads a table definition and generates a set of C access routines to create, manipulate and search tables containing millions of rows. Currently oriented towards Tcl.
https://flightaware.github.io/speedtables/
BSD 3-Clause "New" or "Revised" License
65 stars 15 forks source link

Pacakge versions for 1.13.18 say 1.13.17 #85

Closed gahr closed 2 years ago

gahr commented 2 years ago

https://github.com/flightaware/speedtables/commit/3dec9030964aaf75b6378582f9b127b639b03cd3

resuna commented 2 years ago

Also package versions for 1.13.14 say 1.13.12.

Since I can't seem to delete tags on github, I couldn't re-release 1.13.17 after fixing the package versions. This also means I'll have to re-re-release it as v1.13.19. Is this a big deal for you?

gahr commented 2 years ago

No, as long as the tag matches the package version.. now that I think of it, speedtables doesn't have any shared library named after the package version, so this is not a big issue.. might be confusing for users, though, so I'd rather wait for 1.13.19.

resuna commented 2 years ago

Unless it's a big deal I am not planning on releasing a new version just to fix this.

gahr commented 2 years ago

I guess I can use 1.13.17 :D which looks consistent to me.. what was the reason for 1.13.18?

gahr commented 2 years ago

Oh, you removed that commit.

resuna commented 2 years ago

The reason for v1.13.18 was because v1.13.17 was on the wrong branch.

I think I have performed the necessary reposurgery.

gahr commented 2 years ago

Thanks a lot, looks good!