Skip to content

Releases: phppkg/phpgit

v2.0.5

12 Dec 02:34
bd25ddd
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump symfony/process from 6.1.3 to 6.2.0 by @dependabot in #18
  • build(deps): bump symfony/options-resolver from 6.1.0 to 6.2.0 by @dependabot in #19
  • build(deps): bump toolkit/stdlib from 2.0.7 to 2.0.8 by @dependabot in #21
  • build(deps): bump toolkit/stdlib from 2.0.8 to 2.0.9 by @dependabot in #22
  • build(deps-dev): bump symfony/filesystem from 6.1.5 to 6.2.0 by @dependabot in #20
  • build(deps): bump toolkit/stdlib from 2.0.9 to 2.0.10 by @dependabot in #23
  • build(deps): bump symfony/options-resolver from 6.2.0 to 6.2.7 by @dependabot in #27
  • build(deps-dev): bump symfony/filesystem from 6.2.0 to 6.2.7 by @dependabot in #29
  • build(deps): bump symfony/process from 6.2.0 to 6.2.7 by @dependabot in #28
  • build(deps): bump symfony/process from 6.2.7 to 6.2.8 by @dependabot in #30
  • build(deps): bump toolkit/stdlib from 2.0.10 to 2.0.11 by @dependabot in #31
  • build(deps-dev): bump symfony/filesystem from 6.2.7 to 6.2.10 by @dependabot in #32
  • build(deps): bump symfony/process from 6.2.8 to 6.2.10 by @dependabot in #33
  • build(deps): bump symfony/process from 6.2.10 to 6.2.11 by @dependabot in #34
  • build(deps): bump symfony/process from 6.2.11 to 6.3.0 by @dependabot in #37
  • build(deps-dev): bump symfony/filesystem from 6.2.10 to 6.3.0 by @dependabot in #36
  • build(deps): bump symfony/options-resolver from 6.2.7 to 6.3.0 by @dependabot in #35
  • build(deps-dev): bump symfony/filesystem from 6.3.0 to 6.3.1 by @dependabot in #38
  • build(deps): bump symfony/process from 6.3.0 to 6.3.2 by @dependabot in #39
  • build(deps): bump symfony/process from 6.3.2 to 6.3.4 by @dependabot in #40
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #41
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #42
  • build(deps): bump symfony/process from 6.3.4 to 7.0.0 by @dependabot in #45
  • build(deps): bump symfony/options-resolver from 6.3.0 to 7.0.0 by @dependabot in #44
  • build(deps-dev): bump symfony/filesystem from 6.3.1 to 7.0.0 by @dependabot in #43
  • build(deps): bump actions/configure-pages from 3 to 4 by @dependabot in #47
  • build(deps): bump actions/deploy-pages from 2 to 3 by @dependabot in #46
  • build(deps): bump actions/deploy-pages from 3 to 4 by @dependabot in #48
  • build(deps): bump actions/upload-pages-artifact from 2 to 3 by @dependabot in #49
  • build(deps): bump symfony/process from 7.0.0 to 7.0.2 by @dependabot in #50
  • build(deps-dev): bump symfony/filesystem from 7.0.0 to 7.0.3 by @dependabot in #52
  • build(deps): bump symfony/process from 7.0.2 to 7.0.3 by @dependabot in #51
  • build(deps): bump toolkit/stdlib from 2.0.11 to 2.0.12 by @dependabot in #53
  • build(deps): bump symfony/process from 7.0.3 to 7.0.4 by @dependabot in #54
  • build(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot in #55
  • build(deps): bump actions/configure-pages from 4 to 5 by @dependabot in #56
  • build(deps-dev): bump symfony/filesystem from 7.0.3 to 7.0.6 by @dependabot in #57
  • build(deps-dev): bump symfony/filesystem from 7.0.6 to 7.1.0 by @dependabot in #61
  • build(deps): bump symfony/process from 7.0.4 to 7.1.0 by @dependabot in #63
  • build(deps): bump symfony/options-resolver from 7.0.0 to 7.1.0 by @dependabot in #62
  • Fix Tree command. by @snake66 in #69
  • build(deps): bump symfony/process from 7.1.0 to 7.1.3 by @dependabot in #68
  • build(deps-dev): bump symfony/filesystem from 7.1.0 to 7.1.2 by @dependabot in #67
  • build(deps): bump symfony/options-resolver from 7.1.0 to 7.1.1 by @dependabot in #65
  • build(deps): bump symfony/process from 7.1.3 to 7.1.5 by @dependabot in #71
  • build(deps-dev): bump symfony/filesystem from 7.1.2 to 7.1.5 by @dependabot in #70
  • build(deps): bump symfony/process from 7.1.5 to 7.1.7 by @dependabot in #75
  • build(deps): bump symfony/process from 7.1.7 to 7.1.8 by @dependabot in #76
  • build(deps): bump symfony/options-resolver from 7.1.1 to 7.1.9 by @dependabot in #77
  • build(deps-dev): bump symfony/filesystem from 7.1.5 to 7.1.6 by @dependabot in #74
  • build(deps): bump symfony/process from 7.1.8 to 7.2.0 by @dependabot in #80
  • build(deps-dev): bump symfony/filesystem from 7.1.6 to 7.2.0 by @dependabot in #78
  • build(deps): bump symfony/options-resolver from 7.1.9 to 7.2.0 by @dependabot in #79

New Contributors

Full Changelog: v2.0.4...v2.0.5

v2.0.4

05 Nov 11:53
Compare
Choose a tag to compare

Change Log

  • fix: remote branch line parse fail, update some command logic 45b1a18

v2.0.3

28 Oct 13:40
Compare
Choose a tag to compare

Change Log

Fixed

  • fix: cannot use shortName, will override on have multi remote f2968d4

Feature

  • feat: add quick method for fetch repo branch,status info ae5f052

Update

  • up: update readme and remove testing on php 8.0 d86c313
  • up: update some for handle branch info a1a5e27

Other

  • chore: fix composer lock deps error and release action error 5827825
  • build(deps): bump symfony/process from 6.1.0 to 6.1.3 9008b12
  • build(deps-dev): bump symfony/filesystem from 6.1.0 to 6.1.3 30181cb
  • Merge pull request #13 from phppkg/dependabot/composer/symfony/process-6.1.3 dd0cf4d
  • Merge pull request #14 from phppkg/dependabot/composer/symfony/filesystem-6.1.3 7189d79
  • build(deps): bump toolkit/stdlib from 2.0.6 to 2.0.7 3f1100b
  • Merge pull request #15 from phppkg/dependabot/composer/toolkit/stdlib-2.0.7 eadd578
  • build(deps-dev): bump symfony/filesystem from 6.1.3 to 6.1.4 8e02263
  • Merge pull request #16 from phppkg/dependabot/composer/symfony/filesystem-6.1.4 a8531c8
  • build(deps-dev): bump symfony/filesystem from 6.1.4 to 6.1.5 a53274b
  • Merge pull request #17 from phppkg/dependabot/composer/symfony/filesystem-6.1.5 719f2fa

v2.0.2

27 Jun 13:54
Compare
Choose a tag to compare

Change Log

Feature

  • 2dd5ec9 feat: add a bin tool bin/chlog.php for gen change logs

Update

  • 06a350d up: update the unit tests classes, add namespace
  • 50586ca up: update some for gen change log logic
  • 5f6a27e up: update some git command logic, add branch parse

Fixed

  • a686db8 fix: fix branch info line parse error

Other

  • 7d575dd build(deps): bump actions/checkout from 2 to 3
  • e1494c1 chore: update gh actions, add some unit tests

v2.0.1

14 Apr 05:39
Compare
Choose a tag to compare

Change Log

Fixed

  • fix: fetch current branch name error a9d653e

Other

  • enhance: update the group name match logic 7668d4d

v2.0.0

05 Dec 16:29
Compare
Choose a tag to compare

Change Log

Update

  • update: migrate some syntax to php 8.0+ dc64786

Other

  • breaking: will only support php 8.0+ 117215f

v1.0.2

05 Dec 15:57
Compare
Choose a tag to compare

Change Log

Update

  • up: add gen chlog on release action f5573c2

Other

  • build(deps): bump toolkit/stdlib from 1.0.24 to 1.1.0 eda91a1
  • build(deps): bump toolkit/stdlib from 1.1.0 to 1.1.1 d3aa825
  • build(deps): bump toolkit/cli-utils from 1.2.13 to 1.2.14 4fde8c3
  • build(deps): bump toolkit/stdlib from 1.1.1 to 1.1.3 a9fc093
  • build(deps): bump toolkit/stdlib from 1.1.3 to 1.1.4 6870375
  • build(deps): bump symfony/process from 4.4.30 to 4.4.34 3c246da
  • build(deps): bump symfony/process from 4.4.34 to 4.4.35 7cdd754
  • build(deps): bump toolkit/stdlib from 1.1.4 to 1.2.0 ed60781
  • chore: add ci tests on php 8.1 828046c

v1.0.1

27 Oct 13:41
1ed417e
Compare
Choose a tag to compare
Release v1.0.1

v1.0.0

27 Sep 05:30
Compare
Choose a tag to compare
Release v1.0.0