Skip to content

Releases: smlx/jiratime

v0.13.0

03 Jul 02:23
f375d3b
Compare
Choose a tag to compare

What's Changed

  • feat: support the new oauth2 endpoint in Jira cloud by @smlx in #131

Full Changelog: v0.12.4...v0.13.0

v0.12.4

28 Jun 08:41
e6b4ef6
Compare
Choose a tag to compare

What's Changed

  • fix: enable SBOM on release by @smlx in #130

Full Changelog: v0.12.3...v0.12.4

v0.12.3

28 Jun 08:29
339686a
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump the github-actions group with 2 updates by @dependabot in #128
  • fix: update gitignore so release build works by @smlx in #129

Full Changelog: v0.12.2...v0.12.3

v0.12.1

08 Jun 07:53
d813065
Compare
Choose a tag to compare

Changelog

  • d813065 Merge pull request #83 from smlx/fix-process
  • 9b1cfbe fix: use midday for rounding worklogs

v0.12.0

08 Jun 06:27
8ffbca1
Compare
Choose a tag to compare

Changelog

  • 8ffbca1 Merge pull request #82 from smlx/round-hours
  • b0bbd5f feat: add option to round issues to 15 minutes
  • f2b9983 Merge pull request #81 from smlx/dependabot/github_actions/coverallsapp/github-action-2.2.0
  • 871eed3 chore(deps): bump coverallsapp/github-action from 2.1.2 to 2.2.0
  • d7f86c2 Merge pull request #78 from smlx/dependabot/github_actions/coverallsapp/github-action-2.1.2
  • 58c2410 chore(deps): bump coverallsapp/github-action from 2.1.0 to 2.1.2

v0.11.2

01 Jun 02:24
52ae028
Compare
Choose a tag to compare

Changelog

  • 52ae028 Merge pull request #80 from smlx/explicit-no-comment
  • 8939a2e fix: ensure the timesheet struct is reset after parsing each entry
  • 2f88946 chore: add failing test for explicit issue with no comment
  • 308616e Merge pull request #79 from smlx/dependabot/go_modules/golang.org/x/oauth2-0.8.0
  • fa19cb7 chore(deps): bump golang.org/x/oauth2 from 0.7.0 to 0.8.0

v0.11.1

16 Apr 08:17
5bc547f
Compare
Choose a tag to compare

Changelog

  • 5bc547f Merge pull request #75 from smlx/fix-dump-paging
  • 56d1813 fix: work around paging bug in the go-jira library

v0.11.0

14 Apr 06:27
0d2fc50
Compare
Choose a tag to compare

Changelog

  • 0d2fc50 Merge pull request #74 from smlx/dump-worklogs
  • 899a928 feat: dump worklog records
  • 4befd0f Merge pull request #73 from smlx/dependabot/github_actions/coverallsapp/github-action-2.1.0
  • 3950cd7 chore(deps): bump coverallsapp/github-action from 2.0.0 to 2.1.0
  • fe3b81e Merge pull request #72 from smlx/dependabot/go_modules/golang.org/x/oauth2-0.7.0
  • 1c72bcf chore(deps): bump golang.org/x/oauth2 from 0.6.0 to 0.7.0

v0.10.0

24 Mar 06:19
92b9bbd
Compare
Choose a tag to compare

Changelog

  • 92b9bbd Merge pull request #71 from smlx/fix-auth-errors
  • 2a3d5f2 chore: update README
  • 27f2d14 feat: add support for basic auth
  • 3937e39 fix: avoid deprecated goreleaser syntax
  • 2599a5f feat: retry requests to JIRA
  • 358a4e2 Merge pull request #70 from smlx/dependabot/go_modules/github.com/smlx/fsm-0.2.1
  • bf29c00 chore(deps): bump github.com/smlx/fsm from 0.2.0 to 0.2.1

v0.9.1

18 Mar 03:55
a58482d
Compare
Choose a tag to compare

Changelog

  • a58482d Merge pull request #69 from smlx/dependabot/github_actions/coverallsapp/github-action-2.0.0
  • b1ba566 fix: remove deprecated option
  • c1974e8 chore(deps): bump coverallsapp/github-action from 1.2.4 to 2.0.0
  • 75a63ac Merge pull request #68 from smlx/dependabot/github_actions/actions/setup-go-4
  • 22168ed chore(deps): bump actions/setup-go from 3 to 4