Skip to content

Releases: CyberAgent/reminder-lint

0.2.1 - 2025-09-25

25 Sep 10:04
223c70b

Choose a tag to compare

Release Notes

  • Add homebrew installation (#74) by kqito
  • Add validation subcommand documentation and improve formatting (#75) by kqito
  • Add support for .yaml extension alongside .yml (#77) by kqito

Install reminder-lint 0.2.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CyberAgent/reminder-lint/releases/download/0.2.1/reminder-lint-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install CyberAgent/tap/reminder-lint

Download reminder-lint 0.2.1

File Platform Checksum
reminder-lint-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
reminder-lint-x86_64-apple-darwin.tar.xz Intel macOS checksum
reminder-lint-x86_64-pc-windows-msvc.zip x64 Windows checksum
reminder-lint-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
reminder-lint-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.2.0 - 2025-09-19

19 Sep 07:30
0ad17ed

Choose a tag to compare

Release Notes

  • Initial commit by adc-admin
  • Initial commit by arabian9ts
  • Introduce init subcommands (#1) by kqito
  • Initial ci setup (#2) by Minoru Takeuchi
  • Fix default value of ReminderOptions (#9) by kqito
  • Removed testdata (#11) by Taku Maeda
  • Add meta function (#10) by kqito
  • Add release workflow using cargo release and cargo dist (#12) by Taku Maeda
  • Exit 1 if expired reminds exist (#15) by Taku Maeda
  • Build and push docker image to ghcr (#16) by Taku Maeda
  • Fixed commit parser priority (#17) by Taku Maeda
  • Rename config file and default option (#20) by Taku Maeda
  • Add custom action (#18) by Taku Maeda
  • Add filtering option for comments with no date (#21) by Taku Maeda
  • Add readme for ja and en (#22) by Taku Maeda
  • Manual merge release pr (#24) by Taku Maeda
  • Sort reminds by datetime option in ascending order (#14) by kqito
  • Add contribution guideline (#25) by Taku Maeda
  • Fixed to repository name to lowercase (#27) by Taku Maeda
  • Add content of "remind.yml" at remindignore initialization (#29) by Shota Kawaguchi
  • Add codeowners file (#31) by Taku Maeda
  • Add subcommand for listing remind comments (#36) by Taku Maeda
  • Add some tests for name extract placeholder as meta (#38) by kqito
  • Add --json option to list command (#41) by Minoru Takeuchi
  • Output reminder comments in custom action (#42) by Taku Maeda
  • Fixed custom action for multiline output case (#43) by Taku Maeda
  • Append about slack notification (#44) by Taku Maeda
  • Add clippy check & fix code clippy pointed out (#45) by Izuho Fujiwara
  • Update to follow slack action spec (#46) by Taku Maeda
  • Bump up toolchain to 1.84 (#47) by Taku Maeda
  • Bump up cargo dist to 0.28.0 (#49) by Taku Maeda
  • (actions) Configure the actions to allow command-line options to be specified for each of them. (#51) by Takeshi Yamashita
  • Revert "chore(actions): Configure the actions to allow command-line options t…" (#54) by Minoru Takeuchi
  • Specify the tag for custom action document (#55) by Taku Maeda
  • Pin action hash (#66) by Taku Maeda
  • Sync main branch with canary branch (#67) by kqito
  • Add support for homebrew (#68) by kqito
  • Suppress Docker pull output in GitHub Action (#69) by kqito
  • Append continue-on-error to workflow examples (#70) by kqito
  • Split release workflow and add Homebrew support (#71) by kqito
  • Bump up git-cliff-action by kqito

Install reminder-lint 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CyberAgent/reminder-lint/releases/download/0.2.0/reminder-lint-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install CyberAgent/tap/reminder-lint

Download reminder-lint 0.2.0

File Platform Checksum
reminder-lint-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
reminder-lint-x86_64-apple-darwin.tar.xz Intel macOS checksum
reminder-lint-x86_64-pc-windows-msvc.zip x64 Windows checksum
reminder-lint-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
reminder-lint-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.1.2 - 2025-02-21

21 Feb 02:00

Choose a tag to compare

Release Notes

  • Initial commit by adc-admin
  • Initial commit by arabian9ts
  • Introduce init subcommands (#1) by kqito
  • Initial ci setup (#2) by Minoru Takeuchi
  • Fix default value of ReminderOptions (#9) by kqito
  • Removed testdata (#11) by Taku Maeda
  • Add meta function (#10) by kqito
  • Add release workflow using cargo release and cargo dist (#12) by Taku Maeda
  • Exit 1 if expired reminds exist (#15) by Taku Maeda
  • Build and push docker image to ghcr (#16) by Taku Maeda
  • Fixed commit parser priority (#17) by Taku Maeda
  • Rename config file and default option (#20) by Taku Maeda
  • Add custom action (#18) by Taku Maeda
  • Add filtering option for comments with no date (#21) by Taku Maeda
  • Add readme for ja and en (#22) by Taku Maeda
  • Manual merge release pr (#24) by Taku Maeda
  • Sort reminds by datetime option in ascending order (#14) by kqito
  • Add contribution guideline (#25) by Taku Maeda
  • Fixed to repository name to lowercase (#27) by Taku Maeda
  • Add content of "remind.yml" at remindignore initialization (#29) by Shota Kawaguchi
  • Add codeowners file (#31) by Taku Maeda
  • Add subcommand for listing remind comments (#36) by Taku Maeda
  • Add some tests for name extract placeholder as meta (#38) by kqito
  • Add --json option to list command (#41) by Minoru Takeuchi
  • Output reminder comments in custom action (#42) by Taku Maeda
  • Fixed custom action for multiline output case (#43) by Taku Maeda
  • Append about slack notification (#44) by Taku Maeda
  • Add clippy check & fix code clippy pointed out (#45) by Izuho Fujiwara
  • Update to follow slack action spec (#46) by Taku Maeda
  • Bump up toolchain to 1.84 (#47) by Taku Maeda
  • Bump up cargo dist to 0.28.0 (#49) by Taku Maeda

Install reminder-lint 0.1.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CyberAgent/reminder-lint/releases/download/0.1.2/reminder-lint-installer.sh | sh

Download reminder-lint 0.1.2

File Platform Checksum
reminder-lint-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
reminder-lint-x86_64-apple-darwin.tar.xz Intel macOS checksum
reminder-lint-x86_64-pc-windows-msvc.zip x64 Windows checksum
reminder-lint-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
reminder-lint-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.1.1 - 2024-07-03

03 Jul 10:42

Choose a tag to compare

Release Notes

  • Initial commit by adc-admin
  • Initial commit by arabian9ts
  • Introduce init subcommands (#1) by kqito
  • Initial ci setup (#2) by Minoru Takeuchi
  • Fix default value of ReminderOptions (#9) by kqito
  • Removed testdata (#11) by Taku Maeda
  • Add meta function (#10) by kqito
  • Add release workflow using cargo release and cargo dist (#12) by Taku Maeda
  • Exit 1 if expired reminds exist (#15) by Taku Maeda
  • Build and push docker image to ghcr (#16) by Taku Maeda
  • Fixed commit parser priority (#17) by Taku Maeda
  • Rename config file and default option (#20) by Taku Maeda
  • Add custom action (#18) by Taku Maeda
  • Add filtering option for comments with no date (#21) by Taku Maeda
  • Add readme for ja and en (#22) by Taku Maeda
  • Manual merge release pr (#24) by Taku Maeda
  • Sort reminds by datetime option in ascending order (#14) by kqito
  • Add contribution guideline (#25) by Taku Maeda
  • Fixed to repository name to lowercase (#27) by Taku Maeda
  • Add content of "remind.yml" at remindignore initialization (#29) by Shota Kawaguchi

Install reminder-lint 0.1.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CyberAgent/reminder-lint/releases/download/0.1.1/reminder-lint-installer.sh | sh

Download reminder-lint 0.1.1

File Platform Checksum
reminder-lint-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
reminder-lint-x86_64-apple-darwin.tar.xz Intel macOS checksum
reminder-lint-x86_64-pc-windows-msvc.zip x64 Windows checksum
reminder-lint-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
reminder-lint-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

0.1.0 - 2024-07-02

02 Jul 03:15

Choose a tag to compare

Release Notes

  • Initial commit by adc-admin
  • Initial commit by arabian9ts
  • Introduce init subcommands (#1) by kqito
  • Initial ci setup (#2) by Minoru Takeuchi
  • Fix default value of ReminderOptions (#9) by kqito
  • Removed testdata (#11) by Taku Maeda
  • Add meta function (#10) by kqito
  • Add release workflow using cargo release and cargo dist (#12) by Taku Maeda
  • Exit 1 if expired reminds exist (#15) by Taku Maeda
  • Build and push docker image to ghcr (#16) by Taku Maeda
  • Fixed commit parser priority (#17) by Taku Maeda
  • Rename config file and default option (#20) by Taku Maeda
  • Add custom action (#18) by Taku Maeda
  • Add filtering option for comments with no date (#21) by Taku Maeda
  • Add readme for ja and en (#22) by Taku Maeda
  • Manual merge release pr (#24) by Taku Maeda
  • Sort reminds by datetime option in ascending order (#14) by kqito
  • Add contribution guideline (#25) by Taku Maeda

Install reminder-lint 0.1.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CyberAgent/reminder-lint/releases/download/0.1.0/reminder-lint-installer.sh | sh

Download reminder-lint 0.1.0

File Platform Checksum
reminder-lint-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
reminder-lint-x86_64-apple-darwin.tar.xz Intel macOS checksum
reminder-lint-x86_64-pc-windows-msvc.zip x64 Windows checksum
reminder-lint-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
reminder-lint-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum