Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ members = [
]

[workspace.package]
version = "0.18.0"
version = "0.18.1"
edition = "2024"
rust-version = "1.85"
authors = ["Matthew Treinish <mtreinish@kortar.org>"]
Expand Down Expand Up @@ -59,7 +59,7 @@ rayon.workspace = true
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
smallvec = { version = "1.0", features = ["union"] }
rustworkx-core = { path = "rustworkx-core", version = "=0.18.0" }
rustworkx-core = { path = "rustworkx-core", version = "=0.18.1" }
flate2 = "1.0.35"
pest = "2.8"
pest_derive = "2.8"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rustworkx"
version = "0.18.0"
version = "0.18.1"
description = "A High-Performance Graph Library for Python"
requires-python = ">=3.10"
dependencies = [
Expand Down
4 changes: 4 additions & 0 deletions releasenotes/notes/prepare-0.18.1-8380983cdd8b041b.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
prelude: |
Rustworkx 0.18.1 is a bugfix patch release that fixes several issues
identified since the 0.18.0 release.
Loading