Skip to content

v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jan 16:03
· 1101 commits to main since this release
0f213ec

Summary

  • [#202] Upgrade the Go version to 1.19
  • [#199] Enable local testing of the TCR version under development
  • [#200] Refactoring of the VCS package in preparation for adding support of perforce
  • 3rd Parties and Tools version updates

Changelog

  • aa298c4 Bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0 in /src
  • 31cf0a2 Bump github.com/go-git/go-git/v5 from 5.5.0 to 5.5.1 in /src
  • 1d8d087 Bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2 in /src
  • 867f486 Bump github.com/goreleaser/goreleaser from 1.13.1 to 1.14.0 in /src
  • 8f1c4f9 Bump github.com/goreleaser/goreleaser from 1.14.0 to 1.14.1 in /src
  • 08f7099 Bump golang.org/x/sys from 0.3.0 to 0.4.0 in /src
  • 8f2a5b9 Bump golang.org/x/text from 0.5.0 to 0.6.0 in /src
  • 2f77798 Bump goreleaser/goreleaser-action from 3 to 4
  • 416cf16 Bump kotlin-maven-plugin from 1.7.22 to 1.8.0 in /examples
  • 2303c86 Increase periodic reminder timeouts for local tests
  • 0f213ec Merge pull request #214 from murex/202-go-1.19
  • 8c5fc10 Update dependencies
  • 5dac1d6 Update dependencies
  • b9fc765 Update dependencies
  • 7eb9fef [#199] Add "make run" target
  • 35e33cf [#199] Add local run and debug instructions to Readme
  • b253c9f [#199] Add tcr-local script for running TCR from local sources and test data
  • c41fef8 [#199] Move development-specific documentation to a dedicated directory
  • b7bb0a1 [#199] To make it easy to debug or run TCR with the latest sources
  • 808842f [#200] Add missing test-result-dir param in testdata configuration files
  • 7089d2a [#200] Add tests for git command operations
  • 75e0f48 [#200] Create vcs.cmd sub-package with vcs-agnostic command wrappers
  • be4f977 [#200] Fix acronym case according to Go naming guidelines
  • 5acaef5 [#200] Make file_diff and log_item VCS-generic
  • c7e78d0 [#200] Make functions in vcs/command.go public
  • 97597a9 [#200] Make the GitLogItems.add public
  • d927d14 [#200] Move the GitCommand, GitImpl and GitTestFake to the subpackage "git"
  • c5aefef [#200] Rename vcs.GitInterface to vcs.Interface
  • fff0e90 [#200] Replace "git" with "VCS" in all non-git-specific codebase
  • aafe5f1 [#200] Simplify git function names now that they are in a separate package
  • 38e7eaa [#200] Update tcr version
  • 55e06b2 [#202] Add verify-tcr-examples script
  • e1d1f85 [#202] Fix goreleaser warning in JetBrains IDEs
  • ac67fb9 [#202] Upgrade GO version to 1.19