Skip to content

Commit

Permalink
bump up version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Feb 3, 2025
1 parent 99e345d commit 2fd5d83
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[workspace.package]
# All but mlx-sys should follow the same version. mlx-sys should follow
# the version of mlx-c.
version = "0.21.0-rc.2"
version = "0.21.0"
edition = "2021"
authors = [
"Minghua Wu <[email protected]>",
Expand All @@ -28,10 +28,10 @@ resolver = "2"

[workspace.dependencies]
# workspace local dependencies
mlx-sys = { version = "0.1.0-rc.2", path = "mlx-sys" }
mlx-macros = { version = "0.21.0-rc.2", path = "mlx-macros" }
mlx-internal-macros = { version = "0.21.0-rc.2", path = "mlx-internal-macros" }
mlx-rs = { version = "0.21.0-rc.2", path = "mlx-rs" }
mlx-sys = { version = "0.1.0", path = "mlx-sys" }
mlx-macros = { version = "0.21.0", path = "mlx-macros" }
mlx-internal-macros = { version = "0.21.0", path = "mlx-internal-macros" }
mlx-rs = { version = "0.21.0", path = "mlx-rs" }

# external dependencies
thiserror = "1"
Expand Down
5 changes: 5 additions & 0 deletions mlx-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## 0.21.0

- Initial feature-complete release
4 changes: 4 additions & 0 deletions mlx-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# CHANGELOG

## 0.1.0

- Update generated bindings to mlx-c 0.1.0
2 changes: 1 addition & 1 deletion mlx-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mlx-sys"
version = "0.1.0-rc.2" # mlx-sys version should follow that of mlx-c
version = "0.1.0" # mlx-sys version should follow that of mlx-c
authors.workspace = true
edition.workspace = true

Expand Down

0 comments on commit 2fd5d83

Please sign in to comment.