diff options
author | Michael Davis | 2024-03-30 13:28:02 +0000 |
---|---|---|
committer | GitHub | 2024-03-30 13:28:02 +0000 |
commit | 2cadec0b1182332338a5a1cc3062776f834d8835 (patch) | |
tree | 7b709539747fb541c3eb3481daf9502b972145ad /Cargo.toml | |
parent | 64c1de19884b0eaf43ccb3335115c2cbca8d7432 (diff) |
Add changelog notes for 24.03 (#9946)
* changelog: Checkpoint 2024-03-20
commit: b8e79c0ef52e71136712959af426f318d674fc96
* Bump the version to 24.3.0
* changelog: Checkpoint 2024-03-25
commit: 614a744d24e54225eae2ad0d27719b81c0cf9a4d
* Address review comments
* changelog: Checkpoint 2024-03-30
commit: 64c1de19884b0eaf43ccb3335115c2cbca8d7432
* Adjust release day to 2024-03-30
* Linkify
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ tree-sitter = { version = "0.22" } nucleo = "0.2.0" [workspace.package] -version = "23.10.0" +version = "24.3.0" edition = "2021" authors = ["Blaž Hrastnik <blaz@mxxn.io>"] categories = ["editor"] |