Skip to content

Releases: ryboe/q

v1.0.13

20 Feb 19:25
e0edd8d
Compare
Choose a tag to compare
  • bump the go directive in go.mod to 1.16

v1.0.12

12 Aug 01:23
0623759
Compare
Choose a tag to compare
  • bump the go directive in go.mod to 1.15
  • bump kr/pretty from v0.2.0 to v0.2.1

v1.0.11

23 May 00:35
76b6253
Compare
Choose a tag to compare
  • Change the module name from github.com/y0ssar1an/q to github.com/ryboe/q, which is easier to type
  • Fix a few minor issues caught by golangci-lint

v1.0.10

27 Mar 21:12
3115ef7
Compare
Choose a tag to compare
  • bump the required go version in go.mod to 1.14

v1.0.9

10 Feb 18:29
b845c29
Compare
Choose a tag to compare
  • bump required go version in go.mod to 1.13 (thanks @savalin!)

v1.0.8

26 Jan 19:19
28373cc
Compare
Choose a tag to compare

v1.0.7

29 Jul 16:34
Compare
Choose a tag to compare
  • remove golangci-lint from go.mod

v1.0.6

29 Nov 04:14
Compare
Choose a tag to compare

v1.0.5

23 Nov 21:16
Compare
Choose a tag to compare
  • switch to Go modules
  • q is now channel-free
    • using a timestamp instead of time.Timer
  • minor refactors

1.0.4

26 May 22:41
Compare
Choose a tag to compare
  • print error message to stdout when there's a bad write to $TMPDIR/q
  • slightly faster to go get
  • CI updates