anuragsoni / routes

typed bidirectional router for OCaml/ReasonML web applications
https://anuragsoni.github.io/routes/
BSD 3-Clause "New" or "Revised" License
145 stars 11 forks source link

Versions 0.9.0 and 0.9.1 don't appear in opam packages #143

Closed tmcgilchrist closed 2 years ago

tmcgilchrist commented 2 years ago

Neither 0.9.0 or 0.9.1 from https://github.com/anuragsoni/routes/releases appear in opam packages. Were there issues with those 2 versions?

anuragsoni commented 2 years ago

Hi!

There are no issues with these two releases and they are functionally the same as the 1.0.0 published on opam.

0.9.1 isn’t on opam as that just contained a package-metadata change needed for the npm package for use with buckle script. 0.9.0 isn’t on opam as I was initially waiting for some real world use to test out a few changes, and then ended up cutting a 1.0.0 release (available on opam) which is functionally identical to 0.9.1.

tmcgilchrist commented 2 years ago

Thanks for the answer, I'll just use 1.0.0

anuragsoni commented 2 years ago

Sounds good! I'd indeed recommending 1.0.0 if the requirement of needing dune >= 2.7 is acceptable.