nlopes / actix-web-prom

Actix-web middleware to expose Prometheus metrics
MIT License
89 stars 56 forks source link

Release, please #77

Closed Alexey-N-Chernyshov closed 6 months ago

Alexey-N-Chernyshov commented 11 months ago

Hi!

Since #76 is merged, could you bump the version and release on crates?

Thanks!

nlopes commented 11 months ago

I'm currently thinking about releasing after I review another couple PRs - do you not have the option of using a commit sha from github for the time being? If you don't have that option I'll come back to this in a few hours and rethink it.

[dependencies]
actix-web-prom = { git = "https://github.com/nlopes/actix-web-prom.git", rev = "xxxxxxxx" }
Alexey-N-Chernyshov commented 11 months ago

Yes, sure

ross-paypay commented 6 months ago

@nlopes How about cutting a release now? I think there are some very useful features that have been added recently. 😄

nlopes commented 6 months ago

Will do, thanks for the reminder!

Alexey-N-Chernyshov commented 6 months ago

Thanks!