meilisearch / meilisearch-rust

Rust wrapper for the Meilisearch API.

Home Page:https://www.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

publish latest release version to crates.io

thed0ct0r opened this issue · comments

hi, i've been enjoying exploring what meilisearch can offer. but have noticed that the latest version on your github releases page is v0.21.0 which was released on 2022-11-28 and includes support for meilisearch 0.30.0.
yet the latest version i could find on crates.io and docs.rs is v0.20.1 from 2022-10-10.

was this release pulled? or is this intentional? i'm currently pulling it straight for github, but would rather have all dependencies pulled from crates.io if possible.

Thanks a lot for pointing this out @thed0ct0r !
Indeed, i just checked and the publishing failed.

thanks for checking it out @bidoubiwa

hi @bidoubiwa - apologies for necrobumping this, but should i be seeing v0.21.0 on crates.io? or will this only be happening for later versions?
asking because i'm still seeing v0.20.1 on crates.io

Hey @thed0ct0r
My bad, indeed I still need to release. I thought I just needed to add a version to the local crate inside this repo, unfortunately it needs to be publishes on crate as well. I will fix the CI today!

@bidoubiwa - thanks, appreciate your efforts!

fixed by #411

It is released :)