Skip to content

Commit 1e1dca8

Browse files
committed
bump v0.7.7
1 parent ae396d7 commit 1e1dca8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "glimpse"
3-
version = "0.7.6"
3+
version = "0.7.7"
44
edition = "2021"
55
description = "A blazingly fast tool for peeking at codebases. Perfect for loading your codebase into an LLM's context."
66
license = "MIT"

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{
2626
packages.default = pkgs.rustPlatform.buildRustPackage {
2727
pname = "glimpse";
28-
version = "0.7.6";
28+
version = "0.7.7";
2929

3030
src = ./.;
3131

0 commit comments

Comments
 (0)