Skip to content

Releases: tklauser/ps

v0.0.3

25 Apr 08:06
v0.0.3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

22 Dec 12:46
v0.0.2
Compare
Choose a tag to compare

What's Changed

  • Compare Process.ExecutableArgs against os.Args for test process by @tklauser in #2
  • Support Process.Executable{Path,Args} on freebsd and dragonfly by @tklauser in #3
  • Test Process.ExecutablePath on windows by @tklauser in #4
  • Support Process.Executable{Path,Args} on macOS ≤ 10.15 by @tklauser in #5
  • ci: update to Go 1.18, drop Go 1.15 by @tklauser in #6
  • .github: add dependabot config by @tklauser in #7
  • .github: Bump actions/checkout from 2 to 3 by @dependabot in #8
  • .github/workflows: various updates by @tklauser in #9
  • .github: Bump actions/setup-go from 3.1.0 to 3.2.0 by @dependabot in #10
  • .github: Bump actions/setup-go from 3.2.0 to 3.2.1 by @dependabot in #11
  • .github/workflows: drop macOS 10.15, add macOS 12 by @tklauser in #12
  • .github/workflows: update Go to 1.19, drop 1.16 by @tklauser in #13
  • .github: Bump actions/setup-go from 3.2.1 to 3.3.0 by @dependabot in #14
  • .github: Bump actions/checkout from 3.0.2 to 3.1.0 by @dependabot in #15
  • .github: Bump actions/setup-go from 3.3.0 to 3.3.1 by @dependabot in #16
  • go.mod: pin golang.org/x/sys module to v0.2.0 by @tklauser in #17
  • .github: Bump actions/setup-go from 3.3.1 to 3.4.0 by @dependabot in #18
  • go.mod: bump golang.org/x/sys from 0.2.0 to 0.3.0 by @dependabot in #19
  • .github: Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #20
  • .github: Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #21
  • go.mod: bump golang.org/x/sys from 0.3.0 to 0.4.0 by @dependabot in #22
  • .github: Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #23
  • ci: update Go to 1.20, drop 1.17 by @tklauser in #24
  • go.mod: bump golang.org/x/sys from 0.4.0 to 0.5.0 by @dependabot in #25
  • go.mod: bump golang.org/x/sys from 0.5.0 to 0.6.0 by @dependabot in #26
  • .github: Bump actions/setup-go from 3.5.0 to 4.0.0 by @dependabot in #27
  • .github: Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #28
  • .github: Bump actions/checkout from 3.4.0 to 3.5.0 by @dependabot in #29
  • go.mod: bump golang.org/x/sys from 0.6.0 to 0.7.0 by @dependabot in #30
  • .github: Bump actions/checkout from 3.5.0 to 3.5.1 by @dependabot in #31
  • .github: Bump actions/checkout from 3.5.1 to 3.5.2 by @dependabot in #32
  • .github/workflows: test on macOS 13 by @tklauser in #33
  • go.mod: bump golang.org/x/sys from 0.7.0 to 0.8.0 by @dependabot in #34
  • .github: Bump actions/setup-go from 4.0.0 to 4.0.1 by @dependabot in #35
  • .github: Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #36
  • go.mod: bump golang.org/x/sys from 0.8.0 to 0.9.0 by @dependabot in #37
  • go.mod: bump golang.org/x/sys from 0.9.0 to 0.10.0 by @dependabot in #38
  • go.mod: bump golang.org/x/sys from 0.10.0 to 0.11.0 by @dependabot in #39
  • .github: Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #40
  • .github: Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #41
  • Replace deprecated io/ioutil usage by @tklauser in #42
  • .github: Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #43
  • go.mod: bump golang.org/x/sys from 0.11.0 to 0.12.0 by @dependabot in #44
  • .github: Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #45
  • go.mod: bump golang.org/x/sys from 0.12.0 to 0.13.0 by @dependabot in #46
  • .github: Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #47
  • go.mod: bump golang.org/x/sys from 0.13.0 to 0.14.0 by @dependabot in #48
  • ci: update Go to 1.21 by @tklauser in #49
  • go.mod: bump golang.org/x/sys from 0.14.0 to 0.15.0 by @dependabot in #50
  • .github: Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #51

New Contributors

Full Changelog: v0.0.1...v0.0.2