• v1.3.0 b14f523b8f

    v1.3.0
    All checks were successful
    Test / build (map[name:nightly]) (pull_request) Successful in 5m22s
    Test / build (map[name:stable]) (pull_request) Successful in 6m6s
    Release Please / Release-plz (push) Successful in 4m6s
    Stable

    kemitix released this 2025-01-05 10:56:40 +00:00 | 10 commits to main since this release

    Added

    • add cli args to help run locally

    Fixed

    • elide lifetimes on Config
    • (deps) update rust crate kxio to v5

    Other

    • pubilsh to crates.io
    • replace anyhow with color_eyre
    • ignore .idea
    • (deps) update rust crate rstest to 0.24
    • (deps) update kemitix/rust action to v2.5.0
    • (deps) update docker.io/rust docker tag to v1.83.0
    • (deps) update kemitix/forgejo-todo-checker action to v1.2.0
    Downloads
  • v1.2.0 b88e375838

    v1.2.0
    All checks were successful
    Test / build (map[name:nightly]) (push) Successful in 2m54s
    Test / build (map[name:stable]) (push) Successful in 3m36s
    Stable

    kemitix released this 2024-11-28 19:03:30 +00:00 | 21 commits to main since this release

    Feat

    See the CHANGELOG.md for the full list of changes.

    Downloads
  • v1.1.0 c044081a5f

    v1.1.0
    All checks were successful
    Test / checks (map[name:stable]) (push) Successful in 1m25s
    Test / checks (map[name:nightly]) (push) Successful in 1m51s
    Stable

    kemitix released this 2024-09-22 15:04:02 +01:00 | 40 commits to main since this release

    What's new

    • Added mirror on code.forgejo.org

    This allows:

    jobs:
      tests:
        steps:
          - name: Checkout
            uses: actions/checkout@v4
    
          - name: Check TODOs
            uses: kemitix/todo-checker@v1.1.0 # <<-- this
    
    • Only scan text files
    • Improve error messages
    • Only look for issue number within the comment
    Downloads
  • v1.0.0 1dea159a7b

    v1.0.0
    All checks were successful
    Test / test (push) Successful in 1m31s
    Stable

    kemitix released this 2024-09-20 22:02:21 +01:00 | 54 commits to main since this release

    Checks your source files for TODO and FIXME comments, where they don't have an open issue number.

    A ForgeJo Action.

    Downloads