Skip to content

Releases: drevops/git-artifact

0.7.3

07 Aug 09:47
1423c7c
Compare
Choose a tag to compare

What's new since 0.7.2

  • Fixed exception driven by the upstream changes. @AlexSkrypnyk (#88)
  • Update toshimaru/auto-author-assign action to v2.1.1 @renovate (#87)
  • Update drevops/ci-runner Docker tag to v24.4.0 @renovate (#86)

Full Changelog: 0.7.2...0.7.3

@AlexSkrypnyk, @renovate, @renovate[bot]

0.7.2

17 Apr 10:18
Compare
Choose a tag to compare

What's new since 0.7.1

  • Fixed release artifact deployment.

Full Changelog: 0.7.1...0.7.2

@AlexSkrypnyk

0.7.1

17 Apr 09:27
2cf0a91
Compare
Choose a tag to compare

What's new since 0.7.0

Full Changelog: 0.7.0...0.7.1

@tannguyen04

0.7.0

30 Mar 05:49
36ac23d
Compare
Choose a tag to compare

Git Artifact is a standalone CLI command now.

🚨 The way the command is used and options have changed. Update your scripts accordingly. See examples in README.md file.

What's new since 0.6.0

Full Changelog: 0.6.0...0.7.0

@AlexSkrypnyk, @renovate, @renovate[bot] and @tannguyen04

0.6.0

02 Jan 04:20
Compare
Choose a tag to compare

What's new since 0.5.0

Full Changelog: 0.5.0...0.6.0

@AlexSkrypnyk, @renovate, @renovate[bot], @tannguyen04 and Alex Skrypnyk

New name and new namespace!

01 May 06:57
5b162d2
Compare
Choose a tag to compare

Moved this project into DrevOps ecosystem and updated name to git-artifact.

Also, update dependencies and tests.

Fixed deprecated array syntax.

04 Nov 01:02
Compare
Choose a tag to compare
  • Fixed deprecated array syntax.

Added more verbose output.📢

21 Nov 10:27
638498f
Compare
Choose a tag to compare
0.4.1

Fix verbosity output. (#33)

Performance improvements.

15 Aug 07:31
b3b276e
Compare
Choose a tag to compare
  • Massive performance improvements due to avoiding of using slow git update-index command. 🚀
  • Added better handling of excluded file removal, including sub repositories. 🔥
  • Major app and tests code cleanup. 🤖

Fixed handling files with spaces

26 Feb 11:04
Compare
Choose a tag to compare
0.3.1

Fixed git update index supporting whitespaces.