Skip to content

Releases: oakcask/git-toolbox

v2.0.3

07 Oct 12:40
3d11cf5
Compare
Choose a tag to compare

2.0.3 (2024-10-07)

Bug Fixes

  • deps: update rust crate clap to v4.5.19 (5e57874)
  • deps: update rust crate once_cell to v1.20.1 (eedb963)
  • deps: update rust crate once_cell to v1.20.2 (cea1d63)
  • deps: update rust crate regex to v1.11.0 (bf052b0)

v2.0.2

26 Sep 20:29
52b3daf
Compare
Choose a tag to compare

2.0.2 (2024-09-26)

Bug Fixes

  • deps: bump thiserror from 1.0.63 to 1.0.64 (1f14989)
  • deps: update rust crate clap to v4.5.18 (efb7ff5)

v2.0.1

21 Sep 22:19
bb92ba2
Compare
Choose a tag to compare

2.0.1 (2024-09-21)

Bug Fixes

  • git-whose: fix help text (f81f69d)

v2.0.0

21 Sep 08:58
a327b1f
Compare
Choose a tag to compare

2.0.0 (2024-09-21)

Features

  • git-whose: list index files by pathspec (abb7890)

BREAKING CHANGES

  • git-whose: path command arguments are now interpreted as pathspecs.
    And git-whose will search files from index by using these pathspecs
    before matching against CODEOWNERS.

This change is breaking, because previous version of git-whose just
do string-to-string matching against CODEOWNERS. Thus any paths
specified by the user appear in the results; that can include
non-existing files or non-indexed files.
Now git-whose checks git index first so such results will no longer
generated.

closes #71

v1.0.12

18 Sep 19:06
dec8ee5
Compare
Choose a tag to compare

1.0.12 (2024-09-18)

Bug Fixes

  • deps: bump clap from 4.5.9 to 4.5.13 (1fb22cc)
  • deps: bump env_logger from 0.11.3 to 0.11.5 (24108af)
  • deps: bump regex from 1.10.5 to 1.10.6 (d61f30a)
  • deps: bump tempfile from 3.10.1 to 3.12.0 (eefc5c0)
  • deps: bump thiserror from 1.0.62 to 1.0.63 (4a0f72a)
  • static link libgit2 and openssl (f96b460)

v1.0.11

15 Jul 17:23
d7e8627
Compare
Choose a tag to compare

1.0.11 (2024-07-15)

Bug Fixes

  • deps: bump clap from 4.5.8 to 4.5.9 (b7c82d0)
  • deps: bump thiserror from 1.0.61 to 1.0.62 (fcbe678)

v1.0.10

01 Jul 22:12
f45062d
Compare
Choose a tag to compare

1.0.10 (2024-07-01)

Bug Fixes

  • deps: bump clap from 4.5.7 to 4.5.8 (0963f17)
  • deps: bump log from 0.4.21 to 0.4.22 (a6c62f5)

v1.0.9

18 Jun 02:10
913f2a0
Compare
Choose a tag to compare

1.0.9 (2024-06-18)

Bug Fixes

  • deps: bump clap from 4.5.6 to 4.5.7 (e97f982)
  • deps: bump git2 from 0.18.3 to 0.19.0 (e3a477b)

v1.0.8

13 Jun 02:17
b86ef51
Compare
Choose a tag to compare

1.0.8 (2024-06-13)

Bug Fixes

  • deps: bump clap from 4.5.4 to 4.5.6 (087bfd3)
  • deps: bump regex from 1.10.4 to 1.10.5 (705eeef)

v1.0.7

24 May 07:35
65142fe
Compare
Choose a tag to compare

1.0.7 (2024-05-24)

Bug Fixes

  • deps: bump thiserror from 1.0.59 to 1.0.61 (c4b802b)