Skip to content

Releases: Tinder/GitQuery

3.0.12

Choose a tag to compare

@tinder-aminghadersohi tinder-aminghadersohi released this 12 Nov 20:40
1117ecb

Update maven publish plugin version

3.0.11

Choose a tag to compare

@tinder-aminghadersohi tinder-aminghadersohi released this 12 Nov 20:21
2580aa5

All dependencies were updated

3.0.10

Choose a tag to compare

@tinder-aminghadersohi tinder-aminghadersohi released this 15 Oct 00:11
456e970
  • Bump Kotlin version in Bazel config to v1.5.0-beta-4

3.0.9

Choose a tag to compare

@tinder-aminghadersohi tinder-aminghadersohi released this 18 May 00:41
8a64284
Merge pull request #58 from Tinder/release3.0.9

release 3.0.9

3.0.8

Choose a tag to compare

@tinder-aminghadersohi tinder-aminghadersohi released this 17 May 18:28
902326b

Bazel support

3.0.7

Choose a tag to compare

@tinder-aminghadersohi tinder-aminghadersohi released this 04 Mar 20:59
2776f2b

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

3.0.6

Choose a tag to compare

@tinder-aminghadersohi tinder-aminghadersohi released this 09 Jan 02:24
b478cd9
  • 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

Choose a tag to compare

@tinder-aminghadersohi tinder-aminghadersohi released this 02 Dec 20:03
f214887

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

3.0.4

Choose a tag to compare

@tinder-aminghadersohi tinder-aminghadersohi released this 02 Dec 07:20
9c9bf4f
  • 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

Choose a tag to compare

@tinder-aminghadersohi tinder-aminghadersohi released this 01 Dec 05:14
ed30555
- 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