Skip to content

Releases: Suree33/gh-pr-todo

v1.1.7

Choose a tag to compare

@github-actions github-actions released this 31 Jul 07:52
bc064bf

1.1.7 (2026-07-31)

Miscellaneous Chores

  • deps: bump actions/setup-go from 6.5.0 to 7.0.0 (#139) (a2a2e28)
  • deps: bump github.com/odvcencio/gotreesitter (#132) (623fad5)
  • deps: bump github.com/odvcencio/gotreesitter (#145) (a8c4552)

v1.1.6

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:16
e5085e4

1.1.6 (2026-07-07)

Miscellaneous Chores

  • deps: bump github.com/odvcencio/gotreesitter (#128) (414c95c)
  • deps: bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 (#129) (4936503)

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 03 Jul 05:54
ad1900b

1.1.5 (2026-07-03)

Miscellaneous Chores

  • deps: bump actions/checkout from 6.0.3 to 7.0.0 (#122) (8cb067b)
  • deps: bump actions/setup-go from 6 to 6.4.0 (#123) (7616fd8)
  • deps: bump actions/setup-go from 6.4.0 to 6.5.0 (#125) (b1dab92)
  • deps: bump cli/gh-extension-precompile from 2 to 2.1.0 (#120) (63fc748)
  • deps: bump cli/gh-extension-precompile from 2.1.0 to 2.2.0 (#124) (3760741)
  • deps: bump github.com/odvcencio/gotreesitter (#126) (7309b2b)
  • deps: bump github.com/odvcencio/gotreesitter (#127) (8d68cec)

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 16 Jun 09:52
ae87d26

1.1.4 (2026-06-16)

Miscellaneous Chores

  • deps: bump actions/checkout from 6.0.2 to 6.0.3 (#116) (36c9d8c)
  • deps: bump github.com/odvcencio/gotreesitter (#119) (8ad0d6b)

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 03 Jun 16:29
be7daf3

1.1.3 (2026-06-03)

Miscellaneous Chores

  • deps: bump actions/checkout from 6 to 6.0.2 (#114) (b4708e7)
  • deps: bump github.com/odvcencio/gotreesitter (#113) (a0392a6)
  • deps: bump golangci/golangci-lint-action from 9.2.0 to 9.2.1 (#111) (425e85b)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 26 May 17:29
425eeeb

1.1.2 (2026-05-26)

Miscellaneous Chores

  • deps: bump github.com/odvcencio/gotreesitter (#109) (5b33269)
  • deps: bump golangci/golangci-lint-action from 9 to 9.2.0 (#107) (0a4cfee)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 15 May 03:36
cd5c4fe

1.1.1 (2026-05-15)

Miscellaneous Chores

  • deps: bump github.com/odvcencio/gotreesitter (#105) (c1fdf96)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 05 May 07:29
920157d

1.1.0 (2026-05-05)

Features

  • Added configurable TODO severity policies with config files, bucket lists, per-marker overrides, ignored marker types, shared config/policy resolution, and related CLI cleanup. (#82, #85, #86, #91, #100, #101, #104)
  • Added gh pr-todo init for creating configuration files, with interactive location selection, non-interactive targets, and a dedicated init workflow. (#87, #92, #93, #102)

Refactoring

  • Deduplicated GitHub raw file content fetching. (#99)

Miscellaneous Chores

  • deps: bump github.com/odvcencio/gotreesitter (#103) (5cdf90d)

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 03 May 12:30
90cce70

1.0.2 (2026-05-03)

Refactoring

  • todo-type: introduce policy-based severity model (#79) (982509b)

Miscellaneous Chores

  • workflow: run gh pr-todo on pull requests (#80) (09f50d9)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 03 May 10:25
00140df

1.0.1 (2026-05-03)

Bug Fixes

  • todo-type: fail only on warning-level TODOs in CI (d85df97)