Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.1] - 2025-09-25

- 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

## [0.2.0] - 2025-09-19

- Initial commit by adc-admin
Expand Down Expand Up @@ -42,6 +48,7 @@
- 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
- Bump up git-cliff-action (#72) by kqito
- Release 0.2.0 (#73) by github-actions[bot]

<!-- generated by git-cliff -->
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reminder-lint"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/CyberAgent/reminder-lint"
description = "reminder-lint command line tool."
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reminder-lint-core"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/CyberAgent/reminder-lint"
description = "reminder-lint-core"
Expand Down