Bump version to 0.6.0 and add viewport scrolling to the line editor

This commit is contained in:
2026-03-20 16:09:02 -04:00
parent d83cda616b
commit 939888e579
8 changed files with 173 additions and 62 deletions

View File

@@ -14,7 +14,7 @@
{
packages.default = pkgs.rustPlatform.buildRustPackage {
pname = "shed";
version = "0.5.0";
version = "0.6.0";
src = self;