Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

Unlisted patch versions (e.g. v0.7.1, v0.7.3, v0.7.6, v0.7.7) contain only dependency or build updates with no user-visible changes.

## Unreleased
## v0.15.0 - 2026-07-13

### moyo

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resolver = "2"
authors = ["Kohei Shinohara <kshinohara0508@gmail.com>"]
description = "Library for Crystal Symmetry in Rust"
edition = "2024"
version = "0.14.0"
version = "0.15.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/spglib/moyo"

Expand Down
2 changes: 1 addition & 1 deletion moyoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name = "moyoc"
crate-type = ["staticlib", "cdylib"]

[dependencies]
moyo = { path = "../moyo", version = "0.14.0" }
moyo = { path = "../moyo", version = "0.15.0" }

[dev-dependencies]
nalgebra.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion moyopy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name = "moyopy"
crate-type = ["cdylib"]

[dependencies]
moyo = { path = "../moyo", version = "0.14.0" }
moyo = { path = "../moyo", version = "0.15.0" }
nalgebra.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down
Loading