Skip to content

Commit ea991fe

Browse files
chore: release 0.6.4 (#113)
* chore: release 0.6.4 Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Horst Duchene <[email protected]>
1 parent 9dea002 commit ea991fe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.6.4](https://www.github.com/monora/rgl/compare/v0.6.3...v0.6.4) (2023-06-19)
4+
5+
### Bug Fixes
6+
7+
* add test case for bfs_search_tree_from (fixes [#99](https://www.github.com/monora/rgl/issues/99)) ([54f92e4](https://www.github.com/monora/rgl/commit/54f92e497c0e628c5dcdab3334ef280f6f38bfd7))
8+
* Remove require of the file if already required ([0ef2ce5](https://www.github.com/monora/rgl/commit/0ef2ce5c43c56503268303abac40fd841c4cea43))
9+
310
## Changelog from 0.5.10 to 0.6.3
411

512
See [Releaselist in GitHub](https://github.com/monora/rgl/releases). From v0.6.4

lib/rgl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RGL
2-
VERSION = "0.6.3".freeze
2+
VERSION = "0.6.4".freeze
33
end

0 commit comments

Comments
 (0)