Skip to content

Releases: microsoft/tgrep

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 24 Aug 21:19
86a000c

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 19 Aug 17:30
015b98f

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 22:20
e32b3c9

What's Changed

New Contributors

Full Changelog: v0.1.21...v1.0.0

v0.1.21

Choose a tag to compare

@github-actions github-actions released this 01 Jul 16:09
fc1b458

What's Changed

Full Changelog: v0.1.20...v0.1.21

v0.1.20

Choose a tag to compare

@github-actions github-actions released this 03 May 19:52
a9b1da4

What's Changed

Full Changelog: v0.1.19...v0.1.20

v0.1.19

Choose a tag to compare

@github-actions github-actions released this 30 Apr 06:23
7cc0287

What's Changed

Full Changelog: v0.1.17...v0.1.19

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 23 Apr 04:15

What's Changed

Full Changelog: v0.1.17...v0.1.18

v0.1.17

Choose a tag to compare

@github-actions github-actions released this 22 Apr 04:45
04c81ba

What's Changed

  • fix: use $(Build.SourcesDirectory)\tgrep for OneBranch checkout path by msftsiwei in #56
  • fix: set ENABLE_PRS_DELAYSIGN=0 to fix ADO signing watcher timeout by msftsiwei in #57
  • fix: remove checkout:self to fix OneBranch signing (FileWatcher .pid deletion) by msftsiwei in #58
  • fix: remove checkout:self and fix paths for OneBranch checkout convention by msftsiwei in #59
  • fix: remove x86_64 rustflags from arm64 job cargo config by msftsiwei in #60
  • fix: use RUSTFLAGS env var to isolate x64/arm64 flags, remove README from zip (build 13887883) by msftsiwei in #61
  • ci: remove Windows from release matrix (use ADO OneBranch for signed builds) by msftsiwei in #62
  • Fix: windows mmap and search correctness by Shengyu Fu (@shengyfu) in #63

Full Changelog: v0.1.16...v0.1.17

v0.1.16

Choose a tag to compare

@github-actions github-actions released this 19 Apr 22:15
86d7183

What's Changed

  • fix(pipeline): inline cargo config to avoid git dependency in windows_build_container by msftsiwei in #53
  • fix: use $(Build.SourcesDirectory)\s for OneBranch checkout path by msftsiwei in #55
  • fix(watcher): skip hidden dirs and exclude_dirs in fs events by Shengyu Fu (@shengyfu) in #54

Full Changelog: v0.1.15...v0.1.16

v0.1.15

Choose a tag to compare

@github-actions github-actions released this 19 Apr 04:35
b71ecaa

What's Changed

  • fix(pipeline): add arm64 job and update GitHub service connection name by msftsiwei in #50
  • perf(index): single final flush + drop dead masks + shrink overlay by Shengyu Fu (@shengyfu) in #51
  • fix(pipeline): use git show to read ado-cargo-config.toml (bypass partial clone) by msftsiwei in #52

Full Changelog: v0.1.14...v0.1.15