Skip to content

Commit

Permalink
0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuay03 committed Jan 1, 2025
1 parent 6e257f9 commit a8a69ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [0.1.6] - 2025-01-01

- Prefer node deletion over data swapping

## [0.1.5] - 2024-10-28
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
red-black-tree (0.1.5)
red-black-tree (0.1.6)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/red_black_tree/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class RedBlackTree
VERSION = "0.1.5"
VERSION = "0.1.6"
end

0 comments on commit a8a69ba

Please sign in to comment.