Commit graph

12 commits

Author SHA1 Message Date
Ruud van Asseldonk
59be133128 Bump version to 0.8.0
I'm leaving the Zed extension pointing to the older commit of the
Tree-sitter grammar, I'll update that after this version bump. It's
a bit awkward to do it this way around, but there are circular
dependencies that can't be avoided. Maybe with an attack on SHA1 it
can be done in theory, but let's not go there.
2025-03-02 21:15:33 +01:00
Ruud van Asseldonk
60ce70e1a8 Overhaul the readme and docs index page 2025-02-27 22:29:13 +01:00
Ruud van Asseldonk
9dc5092279 Bump version to 0.7.0 2024-12-31 13:34:37 +01:00
Ruud van Asseldonk
1bac59668e Bump version to 0.6.0
See docs/changelog.md for a summary of the changes in this release.
2024-12-01 11:52:49 +01:00
Ruud van Asseldonk
28d920e4ac Bump version to 0.5.0 2024-07-28 21:43:29 +02:00
Ruud van Asseldonk
2967267622 Bump version to 0.4.0 2024-07-13 10:37:59 +02:00
Ruud van Asseldonk
0993b3199c Bump version to 0.3.0 2024-06-23 11:08:49 +02:00
Ruud van Asseldonk
20daf3e020 Remove Cargo installation instructions
Selecting the Rust version here is harder than it needs to be, it
creates confusing errors when it’s not installed, also fetching the Git
ref fails for some people, and I have to keep the version number up to
date ... better to just not have this, people should git clone + cargo
build.
2024-04-20 11:41:38 +02:00
Ruud van Asseldonk
3fc540a357 Reorganize and extend installation docs 2024-03-02 16:36:10 +01:00
Ruud van Asseldonk
b5c60367ab Document Cargo as a way to install
I hate it when projects list some arcane package manager as the official
way to install. In 2015 when "cargo install" was added, I was arguing
against it for this reason. But it's now 2024, Rust adoption has grown
a lot -- at least in my bubble. We can at least mention it as an
alternative.

See also: github.com / rust-lang / rfcs/pull/1200#issuecomment-121014961
(Hyperlink defused to avoid GitHub cross-referencing it.)
2024-02-20 22:41:03 +01:00
Ruud van Asseldonk
86e77f41ba Document installation of Python module 2024-02-02 00:08:26 +01:00
Ruud van Asseldonk
3abdd1a2cc Add installation guide to the docs 2023-09-23 18:29:29 +02:00