Skip to content

Releases: oclyke/topologic

v1.1.0

Choose a tag to compare

@oclyke oclyke released this 23 Jan 22:23

This release includes two backward-compatible feature additions:

  • Added pub fn is_empty(&self) -> bool; for checking graph empty status
  • Added impl std::error::Error for DependencyError making it easier to use DependencyError in applications

Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@oclyke oclyke released this 12 Jul 21:28

This release changes the ownership model of core functionality so that the graph maintains ownership of nodes. This makes it simpler to construct graphs without managing memory.

This is a breaking change, prompting a bump to v1.0.0

v0.1.0

Choose a tag to compare

@oclyke oclyke released this 12 Jul 21:16

Initial release.