Use gem_release to publish new versions.
First, create a new tag with one of the following command:
gem bump --push # Create a new patch
gem bump --push --version minor
gem bump --push --version major
Don't forget to add the new version to retype.yml
!
(until we figure out how to automate this step).
Then, publish the version on rubygem:
gem release
Caoutsearch is still under developement, so we don't take time to communicate changes on every release.
When it'll be ready for public diffusion, add a release on github.