-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump up version and updated changelog
- Loading branch information
Showing
4 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Changelog | ||
|
||
## 0.21.0 | ||
|
||
- Initial feature-complete release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters