Releases: Tinder/GitQuery
Releases · Tinder/GitQuery
3.0.12
3.0.11
All dependencies were updated
3.0.10
- Bump Kotlin version in Bazel config to v1.5.0-beta-4
3.0.9
Merge pull request #58 from Tinder/release3.0.9 release 3.0.9
3.0.8
Bazel support
3.0.7
Fixing gitquery init bug always looking at latest branch commit instead of capping to revision if specified.
3.0.6
- 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
Init Config: Throw illegal arg exception when include globs is empty
3.0.4
- 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
- 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