File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed
Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 1+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+ Changelog for ament-lint-pre-commit-hooks
3+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+ 1.1.0 (2025-07-30)
6+ ------------------
7+ * Increase base linters (`#29 <https://github.com/leander-dsouza/ament-lint-pre-commit-hooks/pull/29 >`_)
8+ * Bump actions/setup-python from 5 to 6 (`#28 <https://github.com/leander-dsouza/ament-lint-pre-commit-hooks/pull/28 >`_)
9+ * 🛠️ Bump actions/checkout from 4 to 5 (`#27 <https://github.com/leander-dsouza/ament-lint-pre-commit-hooks/pull/27 >`_)
10+ * Added dependabot config for updating GitHub actions. (`#26 <https://github.com/leander-dsouza/ament-lint-pre-commit-hooks/pull/26 >`_)
11+ * Reduce Docker image size by using a minimal ROS base image. (`#25 <https://github.com/leander-dsouza/ament-lint-pre-commit-hooks/pull/25 >`_)
12+
13+ Contributors: Leander Stephen D'Souza, Dependabot
14+
15+ 1.0.0 (2025-04-04)
16+ ------------------
17+ * Initial release of ament-lint-pre-commit-hooks.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Add this to your `.pre-commit-config.yaml`
4040
4141` ` ` yaml
4242- repo: https://github.com/leander-dsouza/ament-lint-pre-commit-hooks.git
43- rev: v1.0 .0
43+ rev: v1.1 .0
4444 hooks:
4545 - id: ament_cpplint
4646 - id: ament_flake8
Original file line number Diff line number Diff line change 11[metadata]
22name = ament_lint_pre_commit_hooks
3- version = 1.0 .0
3+ version = 1.1 .0
44description = Some out-of-the-box hooks for ament lint pre-commit.
55long_description = file: README.md
66long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments