Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konradsz committed Aug 1, 2022
1 parent 9312cde commit cec06f1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.5.1 (2022-08-01)
***
- add support for opening files in VS Code Insiders

## v0.5.0 (2022-04-24)
***
- add theme for light environments
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "igrep"
version = "0.5.0"
version = "0.5.1"
authors = ["Konrad Szymoniak <szymoniak.konrad@gmail.com>"]
license = "MIT"
description = "Interactive Grep"
Expand Down
4 changes: 2 additions & 2 deletions HomebrewFormula/igrep.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Igrep < Formula
version "0.5.0"
version "0.5.1"
desc "Interactive Grep"
homepage "https://github.com/konradsz/igrep"
url "https://github.com/konradsz/igrep/releases/download/v#{version}/igrep-v#{version}-x86_64-apple-darwin.tar.gz"
sha256 "968f83152d9b00ede61e6336baa97193bf778ef36fb8d7a3fe8870e81c6d646b"
sha256 "359c90fe0a53dc7416cd838b32279ad48811926e78000a7aa541c8a396dd87ea"

def install
bin.install "ig"
Expand Down
6 changes: 3 additions & 3 deletions bucket/igrep.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.5.0",
"version": "0.5.1",
"description": "Runs grep (ripgrep's library) and allows to interactively pick its results and open selected match in a text editor.",
"homepage": "https://github.com/konradsz/igrep",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/konradsz/igrep/releases/download/v0.5.0/igrep-v0.5.0-x86_64-pc-windows-msvc.zip",
"hash": "d58f681e31464a226ad274045b222387af1345b4a3c81ff46672355f5bfa71af"
"url": "https://github.com/konradsz/igrep/releases/download/v0.5.1/igrep-v0.5.1-x86_64-pc-windows-msvc.zip",
"hash": "e60b4d27a8ca66b302270fe4504fa178cf0457eb41ea1456a727323d29a016d6"
}
},
"bin": "ig.exe"
Expand Down

0 comments on commit cec06f1

Please sign in to comment.