From 969fea0e08e4862bd44b65e9769c153bc22a29ca Mon Sep 17 00:00:00 2001 From: Garrison Jensen Date: Thu, 25 Apr 2024 20:54:39 -0700 Subject: [PATCH] Update documentation so rubydoc formats correctly --- CHANGELOG.md | 6 +++++- README.md | 16 +++++++++++----- lib/sorted_containers/version.rb | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eab803..48fcd76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] -## [0.1.0] - 2024-04-16 +## [0.1.1] - 2024-04-25 + +- Update README.md so rubydoc.info formats correctly + +## [0.1.0] - 2024-04-25 - Initial release diff --git a/README.md b/README.md index 23a66d4..aa17dd1 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,18 @@ Note: I do not know why initialization is faster for 4 million than 3 million el - Ruby 3.2.2 - SortedContainers 0.1.0 - SortedSet 1.0.3 + ### Results (Lower is better) - - - - - + + + + + + + + + + ## Installation diff --git a/lib/sorted_containers/version.rb b/lib/sorted_containers/version.rb index dc620d5..9da044d 100644 --- a/lib/sorted_containers/version.rb +++ b/lib/sorted_containers/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SortedContainers - VERSION = "0.1.0" + VERSION = "0.1.1" end