README.md in libhoney-1.21.0 vs README.md in libhoney-2.0.0
- old
+ new
@@ -1,14 +1,14 @@
# libhoney
-[](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md)
+[](https://github.com/honeycombio/home/blob/main/honeycomb-oss-lifecycle-and-practices.md)
[](https://circleci.com/gh/honeycombio/libhoney-rb)
[](https://badge.fury.io/rb/libhoney)
Ruby gem for sending events to [Honeycomb](https://www.honeycomb.io), a service for debugging your software in production.
-Requires Ruby 2.2 or greater.
+Requires Ruby 2.3 or greater.
- [Usage and Examples](https://docs.honeycomb.io/sdk/ruby/)
- [API Reference](https://www.rubydoc.info/gems/libhoney)
For tracing support and automatic instrumentation of Rails, Sinatra, Rack, ActiveRecord, and other frameworks, check out our [Beeline for Ruby](https://github.com/honeycombio/beeline-ruby).
@@ -18,17 +18,5 @@
Features, bug fixes and other changes to `libhoney` are gladly accepted. Please
open issues or a pull request with your change. Remember to add your name to the
CONTRIBUTORS file!
All contributions will be released under the Apache License 2.0.
-
-### Releasing a new version
-
-CircleCI will automatically upload tagged releases to Rubygems. To release a new
-version, update the version using `bump`.
-
-```
-bump patch # Or bump minor, etc.
-```
-
-Then, after the version change has been merged into `main`, follow our usual instructions
-for tagging and updating the github release.