babashka / http-server

Serve static assets
MIT License
77 stars 8 forks source link

The version specified in the readme does not have the latest feature #11

Closed keychera closed 11 months ago

keychera commented 11 months ago

In the readme, it specifies {:mvn/version "0.1.11"} for dependency and the next command provided uses the recently added :headers flag feature, which is actually not in the version 0.1.11 . The simple workaround is to use git deps like this:

{:deps {org.babashka/http-server {:git/url "https://github.com/babashka/http-server.git"
                                  :sha "c8f061a9ad12f0381981e280266846117295154e"}}}

I don't know what fix is better, whether to update the readme to use sha or to make a new release. So I am making this issue first just in case someone else needs it.

borkdude commented 11 months ago

released 0.1.12