Skip to content

Releases: Tinder/GitQuery

3.0.12

12 Nov 20:40
1117ecb

Choose a tag to compare

Update maven publish plugin version

3.0.11

12 Nov 20:21
2580aa5

Choose a tag to compare

All dependencies were updated

3.0.10

15 Oct 00:11
456e970

Choose a tag to compare

  • Bump Kotlin version in Bazel config to v1.5.0-beta-4

3.0.9

18 May 00:41
8a64284

Choose a tag to compare

Merge pull request #58 from Tinder/release3.0.9

release 3.0.9

3.0.8

17 May 18:28
902326b

Choose a tag to compare

Bazel support

3.0.7

04 Mar 20:59
2776f2b

Choose a tag to compare

Fixing gitquery init bug always looking at latest branch commit instead of capping to revision if specified.

3.0.6

09 Jan 02:24
b478cd9

Choose a tag to compare

  • Set the default branch value to empty string. This fixes the bug where initConfig would always use master when writing the config file.

3.0.5

02 Dec 20:03
f214887

Choose a tag to compare

Init Config: Throw illegal arg exception when include globs is empty

3.0.4

02 Dec 07:20
9c9bf4f

Choose a tag to compare

  • Fix cli bug prefixing / to path
  • Allow init-config to use includeGlobs in config
  • Upgrade to Snakeyaml 1.27
  • Simplify constructor call for Yaml to avoid this error: org.yaml.snakeyaml.representer.Representer.<init>(Lorg/yaml/snakeyaml/DumperOptions;)V
  • Fix a bug related to the gradle plugin init config writing absolute path where relative is desired.

3.0.0

01 Dec 05:14
ed30555

Choose a tag to compare

- New `init-config` command line parameter
- New Gradle extension `gitQueryInit` 
- Supprt for tags as well as already supported shas
- `autoSync` option for `gitQuery` task
- New `version` command line parameter that prints the version of GitQuery
- Added Detekt
- Added KtLint
- Added pre-commit git hook and Gradle task `installGitHooks` for installing it
- Updated dependencies
- Updated samples 
- Updated circleci to use cache, run lint and build samples
- Updated README.md
- Unit tests
- Lots of code cleanup