Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neithernut committed Oct 31, 2021
1 parent 7761e5f commit e73ad3c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 0.2.0 -- 2021-10-31

## Added
- A hint in the documentation about implementing `AutoTransIter` for references.
- `TransPrioQueue`, a transitive priority queue, and functions for creating such
a queue from a `TransIter`, including documentation and a test.
- Examples illustrating the use of the library's iterators for shortest-path
searches.

## Changed
- Items referred to in documentation text are now actual references.
- A confusing piece of documentation regarding a blanket implementation was
rewritten.
- The test `tests::node_order_breadth_first` was rewritten for better
performance (but still takes significantly more time than any other test).


# 0.1.0 -- 2021-06-20

## Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "transiter"
description = "An Iterator suitable for navigating recursive structures and DAGs"
version = "0.1.0"
version = "0.2.0"
license = "MIT"
authors = ["Julian Ganz <neither@nut.email>"]
edition = "2018"
Expand Down

0 comments on commit e73ad3c

Please sign in to comment.