diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac003d..191a24d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index fdea6c1..52314bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -364,7 +364,7 @@ dependencies = [ [[package]] name = "igrep" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index ef2c890..0a6827b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "igrep" -version = "0.5.0" +version = "0.5.1" authors = ["Konrad Szymoniak "] license = "MIT" description = "Interactive Grep" diff --git a/HomebrewFormula/igrep.rb b/HomebrewFormula/igrep.rb index 9f6cd25..a67cdc1 100644 --- a/HomebrewFormula/igrep.rb +++ b/HomebrewFormula/igrep.rb @@ -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" diff --git a/bucket/igrep.json b/bucket/igrep.json index f60ad3c..f2726fe 100644 --- a/bucket/igrep.json +++ b/bucket/igrep.json @@ -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"