Skip to content

Commit 60e24b6

Browse files
committed
1.0.0
1 parent ff011cc commit 60e24b6

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Tests are also a good place to know how the the library works internally: [spec]
3333

3434
| Typesense Server | typesense-ruby |
3535
|------------------|----------------|
36-
| \>= v0.25.0 | \>= v0.15.0 |
36+
| \>= v0.25.0 | \>= v1.0.0 |
3737
| \>= v0.23.0 | \>= v0.14.0 |
3838
| \>= v0.21.0 | \>= v0.13.0 |
3939
| \>= v0.20.0 | \>= v0.12.0 |
@@ -50,7 +50,11 @@ Tests are also a good place to know how the the library works internally: [spec]
5050

5151
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
5252

53-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
53+
To install this gem onto your local machine, run `bundle exec rake install`.
54+
55+
### Releasing
56+
57+
To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
5458

5559
## Contributing
5660

lib/typesense/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Typesense
4-
VERSION = '0.15.0'
4+
VERSION = '1.0.0'
55
end

0 commit comments

Comments
 (0)