Skip to content

Commit 6bf13d1

Browse files
1.1.0
Signed-off-by: Leander Stephen D'Souza <[email protected]>
1 parent 00a051c commit 6bf13d1

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ament_lint_pre_commit_hooks
3-
version = 1.0.0
3+
version = 1.1.0
44
description = Some out-of-the-box hooks for ament lint pre-commit.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)