Skip to content

Commit

Permalink
chore: release 0.6.4 (#113)
Browse files Browse the repository at this point in the history
* chore: release 0.6.4

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Horst Duchene <monora@gmail.com>
  • Loading branch information
github-actions[bot] and monora committed Jun 19, 2023
1 parent 9dea002 commit ea991fe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.4](https://github.com/monora/rgl/compare/v0.6.3...v0.6.4) (2023-06-19)

### Bug Fixes

* add test case for bfs_search_tree_from (fixes [#99](https://github.com/monora/rgl/issues/99)) ([54f92e4](https://github.com/monora/rgl/commit/54f92e497c0e628c5dcdab3334ef280f6f38bfd7))
* Remove require of the file if already required ([0ef2ce5](https://github.com/monora/rgl/commit/0ef2ce5c43c56503268303abac40fd841c4cea43))

## Changelog from 0.5.10 to 0.6.3

See [Releaselist in GitHub](https://github.com/monora/rgl/releases). From v0.6.4
Expand Down
2 changes: 1 addition & 1 deletion lib/rgl/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RGL
VERSION = "0.6.3".freeze
VERSION = "0.6.4".freeze
end

0 comments on commit ea991fe

Please sign in to comment.