Skip to content

Commit 9d196e5

Browse files
authored
bump up version and updated changelog (#198)
1 parent 9913569 commit 9d196e5

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[workspace.package]
22
# All but mlx-sys should follow the same version. mlx-sys should follow
33
# the version of mlx-c.
4-
version = "0.21.0-rc.2"
4+
version = "0.21.0"
55
edition = "2021"
66
authors = [
77
"Minghua Wu <michael.wu1107@gmail.com>",
@@ -28,10 +28,10 @@ resolver = "2"
2828

2929
[workspace.dependencies]
3030
# workspace local dependencies
31-
mlx-sys = { version = "0.1.0-rc.2", path = "mlx-sys" }
32-
mlx-macros = { version = "0.21.0-rc.2", path = "mlx-macros" }
33-
mlx-internal-macros = { version = "0.21.0-rc.2", path = "mlx-internal-macros" }
34-
mlx-rs = { version = "0.21.0-rc.2", path = "mlx-rs" }
31+
mlx-sys = { version = "0.1.0", path = "mlx-sys" }
32+
mlx-macros = { version = "0.21.0", path = "mlx-macros" }
33+
mlx-internal-macros = { version = "0.21.0", path = "mlx-internal-macros" }
34+
mlx-rs = { version = "0.21.0", path = "mlx-rs" }
3535

3636
# external dependencies
3737
thiserror = "1"

mlx-rs/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## 0.21.0
4+
5+
- Initial feature-complete release

mlx-sys/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
# CHANGELOG
2+
3+
## 0.1.0
4+
5+
- Update generated bindings to mlx-c 0.1.0

mlx-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mlx-sys"
3-
version = "0.1.0-rc.2" # mlx-sys version should follow that of mlx-c
3+
version = "0.1.0" # mlx-sys version should follow that of mlx-c
44
authors.workspace = true
55
edition.workspace = true
66

0 commit comments

Comments
 (0)